From 949b5413f2f276b8224d39335a51e2ef972e9a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:28:32 +0000 Subject: [PATCH] chore(deps): Bump colored from 2.1.0 to 3.0.0 (#22170) Bumps [colored](https://github.com/mackwic/colored) from 2.1.0 to 3.0.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.1.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- lib/vector-tap/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7bb78317e2af..f88c618e905f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,12 +2286,11 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored" -version = "2.1.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a013dead37fc3..6c1cce45144c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -302,7 +302,7 @@ bytes = { version = "1.9.0", default-features = false, features = ["serde"] } bytesize = { version = "1.3.0", default-features = false } chrono.workspace = true chrono-tz.workspace = true -colored = { version = "2.1.0", default-features = false } +colored = { version = "3.0.0", default-features = false } csv = { version = "1.3", default-features = false } databend-client = { version = "0.22.2", default-features = false, features = ["rustls"], optional = true } derivative = { version = "2.2.0", default-features = false } diff --git a/lib/vector-tap/Cargo.toml b/lib/vector-tap/Cargo.toml index 949c75a0b3ff4..a16531e07f44b 100644 --- a/lib/vector-tap/Cargo.toml +++ b/lib/vector-tap/Cargo.toml @@ -11,7 +11,7 @@ api = ["dep:async-graphql"] [dependencies] async-graphql = { version = "7.0.7", default-features = false, features = ["playground"], optional = true} -colored = { version = "2.1.0", default-features = false } +colored = { version = "3.0.0", default-features = false } futures.workspace = true glob.workspace = true serde_yaml = { version = "0.9.34", default-features = false }