From ee085db2014e43e41b70037008ee8e83e279527d Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 10 Oct 2025 14:43:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build(deps):=20update=20dependen?= =?UTF-8?q?cies=20in=20Cargo.lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 73cf8cb..3a96fec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",