diff --git a/Cargo.lock b/Cargo.lock index 0af36de..3e0d87a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,11 +268,10 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" -version = "2.2.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "lazy_static", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 20d59ee..1aef732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ matches = "0.1.10" regex = "1" chrono = "0.4.43" chrono-tz = "0.10.4" -colored = "2.2.0" +colored = "3.1.1" clap = { version = "4.5.54", features = ["derive"] } rand = "0.9.2" spinners = "4.1.1"