From 09a093aca6e864c61db4ed92c6652d18ddc14c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:13:27 +0000 Subject: [PATCH] chore(deps): bump colored from 2.2.0 to 3.1.1 in /rust 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] --- rust/Cargo.lock | 7 +++---- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3c033c57..fd8eb26a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -476,12 +476,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.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5890891b..31878ad1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -66,7 +66,7 @@ chrono = { version = "0.4.44", features = ["serde"] } base64 = "0.22.1" fs2 = "0.4" pathdiff = "0.2" -colored = "2.2.0" +colored = "3.1.1" uuid = { version = "1.23", features = ["v4", "serde"] } sysinfo = "0.30.13" axum = { version = "0.8", features = ["multipart", "ws"] }