diff --git a/Cargo.lock b/Cargo.lock index 2676a2f1..4671a394 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,9 +197,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 5c7b7c8f..f9ec135e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ typify-impl = { version = "0.4.1", path = "typify-impl" } typify-macro = { version = "0.4.1", path = "typify-macro" } assert_cmd = "2.0.17" -chrono = { version = "0.4.39", features = ["serde"] } +chrono = { version = "0.4.41", features = ["serde"] } clap = { version = "4.5.37", features = ["derive"] } color-eyre = "0.6" env_logger = "0.11"