From ca3256fb657b311220577f0cb834a7971951ad7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:00:47 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.38 --- src/odin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odin/Cargo.toml b/src/odin/Cargo.toml index 6b1b3ea7..1d5aa891 100644 --- a/src/odin/Cargo.toml +++ b/src/odin/Cargo.toml @@ -41,7 +41,7 @@ flate2 = "1.0" inflections = "1.1.1" md5 = "0.7" reqwest = { version = "0.12.4", default_features = false, features = ["blocking", "json", "rustls-tls"] } -chrono = "0.4" +chrono = "0.4.38" zip = { version = "1.1.3" } fs_extra = "1.3" glob = "0.3"