From e7f4a739d6f2bd6fc9d96c3ade258ac2cdcaf78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:16:12 +0000 Subject: [PATCH] chore(deps)(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 | 7 +++---- bootstrap/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 572d5cb7..399c0375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,12 +381,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/bootstrap/Cargo.toml b/bootstrap/Cargo.toml index b1e6482e..96123850 100644 --- a/bootstrap/Cargo.toml +++ b/bootstrap/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4" clap = { version = "4", features = ["derive"] } walkdir = "2" reqwest = { version = "0.12", features = ["json", "blocking", "stream"] } -colored = "2" +colored = "3" tower-http = { version = "0.6", features = ["fs"] } tokio-stream = { version = "0.1", features = ["sync", "time"] } futures-util = "0.3"