diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 207c0052142..1c95a51fc63 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -1381,11 +1381,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/quickwit/Cargo.toml b/quickwit/Cargo.toml index 24afe2f3744..871c9eda80e 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -55,7 +55,7 @@ chrono = { version = "0.4.23", default-features = false, features = [ "std", ] } clap = { version = "4.4.1", features = ["env", "string"] } -colored = "2.0.0" +colored = "2.1.0" console-subscriber = "0.1.8" criterion = { version = "0.5", features = ["async_tokio"] } cron = "0.12.0"