From 0302f51849c81ef52f97bf7070b946aeef00d1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 21:23:08 +0000 Subject: [PATCH] Update colored requirement from 2 to 3 in /rust 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/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4d0129997..b2c7f4906 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -21,7 +21,7 @@ path = "src/main.rs" [dependencies] libc = "0.2" -colored = "2" +colored = "3" [dev-dependencies] insta = "1.40"