From 04bdfa136b44bc7631f91266ec296517cc3c21bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:46:23 +0000 Subject: [PATCH] chore(deps): bump colored from 2.2.0 to 3.1.1 Bumps [colored](https://github.com/mackwic/colored) from 2.2.0 to 3.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++---------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b470cf..4c78d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1198,12 +1198,11 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "colored" -version = "2.2.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "lazy_static", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2359,12 +2358,6 @@ dependencies = [ "sha3-asm", ] -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - [[package]] name = "leb128fmt" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index acb3562..1281b4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ time = { version = "0.3", features = ["parsing", "formatting"] } iri-string = "0.7" rand = "0.10" clap = { version = "4", features = ["derive"] } -colored = "2" +colored = "3" hex = "0.4" alloy = { version = "1", features = ["sol-types", "contract", "provider-http", "signer-local", "network"] } ed25519-dalek = { version = "2", features = ["rand_core"] }