📦 build(deps): update dependencies in Cargo.lock

- update chrono to the latest version
- update clap to the latest version
- update clap-verbosity-flag to the latest version
- update env_logger to the latest version
- update googleapis to the latest version
- update iana-time-zone to the latest version
- update js-sys to the latest version
- update num-traits to the latest version
- update serde to the latest version
- update wasm-bindgen to the latest version
- update windows-link to the latest version
This commit is contained in:
Jeremiah Russell
2025-10-10 14:43:04 +01:00
committed by Jeremiah Russell
parent 3cbe7eb4ed
commit ee085db201

3
Cargo.lock generated
View File

@@ -176,8 +176,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link",
]
@@ -258,6 +260,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
name = "cull-gmail"
version = "0.0.6"
dependencies = [
"chrono",
"clap",
"clap-verbosity-flag",
"env_logger",