From 2df109f84d204ed332f960a143b175213d30b3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:18:21 +0000 Subject: [PATCH] chore(deps): bump colored from 2.1.0 to 3.1.1 in /rust Bumps [colored](https://github.com/mackwic/colored) from 2.1.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.1.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] --- rust/Cargo.lock | 7 +++---- rust/integration_test/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fb6b14fc..e785bee4 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -539,12 +539,11 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "colored" -version = "2.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/rust/integration_test/Cargo.toml b/rust/integration_test/Cargo.toml index e20e28f5..7a02ccd7 100644 --- a/rust/integration_test/Cargo.toml +++ b/rust/integration_test/Cargo.toml @@ -17,4 +17,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" curve25519-dalek = { version = "4.1.3", features = ["rand_core", "serde"]} ed25519-dalek = { version = "2.1.1", features = ["rand_core", "serde"]} -colored = "2.1.0" +colored = "3.1.1"