From 84a17eb4beadc096da2f45a5ab0a6f447422d92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:38:04 +0000 Subject: [PATCH] deps(deps): update colored requirement from 2.1 to 3.1 Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. - [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/commits/v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/repos-fix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repos-fix/Cargo.toml b/plugins/repos-fix/Cargo.toml index 0cd15de..c756b3f 100644 --- a/plugins/repos-fix/Cargo.toml +++ b/plugins/repos-fix/Cargo.toml @@ -10,7 +10,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } -colored = "2.1" +colored = "3.1" reqwest = { version = "0.12", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"