From 77f1931ec70cf8d777a1fa2c61a2030fd46a0af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:41:32 +0000 Subject: [PATCH 1/2] Bump colored from 2.2.0 to 3.0.0 Bumps [colored](https://github.com/mackwic/colored) from 2.2.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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- crates/test-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4ef34dd9..237b953ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1357,11 +1357,10 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored" -version = "2.2.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", "windows-sys 0.59.0", ] diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 914557574..1eea9d46f 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -11,7 +11,7 @@ edition ='2021' [dependencies] entropy-client ={ version="0.3.0", path="../client" } clap ={ version="4.5.23", features=["derive"] } -colored ="2.2.0" +colored ="3.0.0" subxt ="0.35.3" sp-core ="31.0.0" anyhow ="1.0.95" From 8853b605b102bf643145bd9f3c57a9cab21a26c5 Mon Sep 17 00:00:00 2001 From: peg Date: Fri, 10 Jan 2025 14:06:02 +0100 Subject: [PATCH 2/2] taplo --- crates/test-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 42daab2fe..5ecfb85b0 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -24,4 +24,4 @@ entropy-shared ={ version="0.3.0", path="../shared" } serde_json ="1.0.135" serde ={ version="1.0.217", features=["derive"] } reqwest ="0.12.12" -parity-scale-codec={ version="3.6.3", default-features=false } \ No newline at end of file +parity-scale-codec={ version="3.6.3", default-features=false }