diff --git a/Cargo.lock b/Cargo.lock index a91b4697c..ec365066c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,9 +369,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 3713fa572..608a3152a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json_canonicalizer = "0.3" envy = "0.4" sha2 = "0.10" imara-diff = "0.2" -chrono = { version = "0.4.41", default-features = false, features = ["serde", "clock", "std"] } +chrono = { version = "0.4.44", default-features = false, features = ["serde", "clock", "std"] } humantime = "2.3" indicatif = "0.17" smol = "1.3"