From 27bd21216b9d8b7e081f53e5c5064dd8180c2ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:38:26 +0000 Subject: [PATCH] Bump colored from 2.0.4 to 2.1.0 in /quickwit Bumps [colored](https://github.com/mackwic/colored) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 5 ++--- quickwit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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"