From 074f7cc1db5bc18ed2f06a7809371de0022e865e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 06:14:43 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.45 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3902757..c4abd23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,9 +553,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 5951fa4..58701d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ resolver = "2" anyhow = { version = "1.0.103", default-features = false } async-trait = "0.1.89" attest.path = "attest" -chrono = { version = "0.4.42", default-features=false } +chrono = { version = "0.4.45", default-features=false } clap = { version = "4.5.51", features = ["derive", "env"] } clap-verbosity = "2.1.0" const-oid = { version = "0.9.6", default-features = false }