diff --git a/Cargo.lock b/Cargo.lock index 76e74165cd..84c97f8a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,11 +872,10 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored" -version = "2.0.4" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" +checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" dependencies = [ - "is-terminal", "lazy_static", "windows-sys 0.48.0", ] diff --git a/Cargo.toml b/Cargo.toml index c08c23d8db..ab463e3d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ arbitrary = "1" bitflags = "2.4.1" chrono = { version = "0.4.31", default-features = false } clap = "4.4.11" -colored = "2.0.4" +colored = "2.1.0" fast-float = "0.2.0" hashbrown = { version = "0.14.3", default-features = false } indexmap = { version = "2.1.0", default-features = false }