diff --git a/Cargo.lock b/Cargo.lock index 26fb995..ca03a73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,9 +385,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 47dac8b..233d95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "BSD-3-Clause" anyhow = "1.0" async-stream = "0.3.6" async-trait = "0.1.89" -chrono = { version = "0.4.42", features = [ +chrono = { version = "0.4.43", features = [ "std", "clock", "serde",