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 }