diff --git a/Cargo.lock b/Cargo.lock index 55eb0b179..d70350b14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" +checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" dependencies = [ "iana-time-zone", "num-integer", diff --git a/Cargo.toml b/Cargo.toml index 915c70b63..b1671cd2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ harness = false members = ["lib", "lib/testutils", "lib/gen-protos"] [dependencies] -chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } +chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } clap = { version = "4.0.32", features = ["derive", "deprecated"] } clap_complete = "4.0.7" clap_mangen = "0.2.6" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c29e023e1..816dfb2bb 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -21,7 +21,7 @@ backoff = "0.4.0" blake2 = "0.10.6" bytes = "1.4.0" byteorder = "1.4.3" -chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } +chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } config = { version = "0.13.3", default-features = false, features = ["toml"] } digest = "0.10.6" git2 = "0.16.1"