From 7e91d6c23b34cb3f58c947daa59aae63786b4fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:16:29 +0000 Subject: [PATCH] Bump colored from 2.1.0 to 2.2.0 Bumps [colored](https://github.com/mackwic/colored) from 2.1.0 to 2.2.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...v2.2.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/build/Cargo.toml | 2 +- crates/cargo-contract/Cargo.toml | 2 +- crates/extrinsics/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fa2c783d..874adfccc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,12 +1769,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index ce62049fc..01fbcc18e 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -18,7 +18,7 @@ regex = "1" anyhow = "1.0.94" blake2 = "0.10.6" cargo_metadata = "0.19.1" -colored = "2.1.0" +colored = "2.2.0" clap = { version = "4.5.23", features = ["derive", "env"] } duct = "0.13.7" heck = "0.5.0" diff --git a/crates/cargo-contract/Cargo.toml b/crates/cargo-contract/Cargo.toml index ba631aaa7..681770c69 100644 --- a/crates/cargo-contract/Cargo.toml +++ b/crates/cargo-contract/Cargo.toml @@ -30,7 +30,7 @@ primitive-types = { version = "0.13.1", default-features = false, features = ["c tracing = "0.1.40" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } which = "7.0.1" -colored = "2.1.0" +colored = "2.2.0" regex = "1" serde_json = "1.0.133" serde = { version = "1.0.216", default-features = false, features = ["derive"] } diff --git a/crates/extrinsics/Cargo.toml b/crates/extrinsics/Cargo.toml index bde5d63e4..73292d50d 100644 --- a/crates/extrinsics/Cargo.toml +++ b/crates/extrinsics/Cargo.toml @@ -25,7 +25,7 @@ futures = { version = "0.3.30", default-features = false, features = ["std"] } itertools = { version = "0.13", default-features = false } tracing = "0.1.40" scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } -colored = "2.1.0" +colored = "2.2.0" serde = { version = "1.0.216", default-features = false, features = ["derive"] } serde_json = "1.0.133" url = { version = "2.5.4", features = ["serde"] }