From f6d25c348da56032e6f717e0b9a1783e4705911d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:51:19 +0000 Subject: [PATCH] chore(deps): update rust crate chrono to 0.4.38 --- auctioning_platform/Cargo.lock | 4 ++-- auctioning_platform/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auctioning_platform/Cargo.lock b/auctioning_platform/Cargo.lock index 34ede63..4458f89 100644 --- a/auctioning_platform/Cargo.lock +++ b/auctioning_platform/Cargo.lock @@ -245,9 +245,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/auctioning_platform/Cargo.toml b/auctioning_platform/Cargo.toml index 30b6905..a6cb021 100644 --- a/auctioning_platform/Cargo.toml +++ b/auctioning_platform/Cargo.toml @@ -10,7 +10,7 @@ foundation = { version = "0.1.0", path = "./foundation" } # external crates axum = { version = "0.7", default-features = false, features = ["tokio"] } -chrono = "0.4.37" +chrono = "0.4.38" reqwest = { version = "0.12.3", default-features = false } rstest = "0.19.0" rust_decimal = "1.35.0"