diff --git a/Cargo.lock b/Cargo.lock index 5d2935b..97daa82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[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 02f2400..c607c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/ryanccn/am.git" [dependencies] anstream = "0.6.18" async-trait = "0.1.88" -chrono = "0.4.40" +chrono = "0.4.41" clap = { version = "4.5.37", features = ["derive"] } clap_complete = "4.5.47" color-eyre = "0.6.3"