diff --git a/Cargo.lock b/Cargo.lock index b369967..09b4cd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.20" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index a73c6ab..92b039e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ homepage = "https://github.com/ryanccn/am" repository = "https://github.com/ryanccn/am.git" [dependencies] -anstream = "0.6.20" +anstream = "0.6.21" async-trait = "0.1.89" chrono = "0.4.42" clap = { version = "4.5.48", features = ["derive"] }