diff --git a/Cargo.lock b/Cargo.lock index fe8f0b5..8ca4ac9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" +checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index ea444bc..5f5ca75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -chrono = { version = "0.4.22", features = [] } +chrono = { version = "0.4.23", features = [] } rustc_version = "0.4" [dependencies] @@ -19,7 +19,7 @@ anyhow = "1.0.66" base16ct = { version = "0.1.1", features = ["alloc"] } bincode = "1.3.3" bytes = { version = "1.2.1", features = ["serde"] } -chrono = { version = "0.4.22", features = ["serde"] } +chrono = { version = "0.4.23", features = ["serde"] } clap = { version = "4.0.20", features = ["derive", "env"] } colored = "2.0.0" config = "0.13.2"