From 5263ad92f00cd87d1523caa5cd88b69470138bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:55:13 +0000 Subject: [PATCH] Update colored requirement from 2.1.0 to 3.1.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/compare/v2.1.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87c7552..7d30ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "High-performance experiments for the Code & Commit 2026 initiativ rand = "0.8.5" # For colorful terminal output (perfect for your "Zen" Easter Egg) -colored = "2.1.0" +colored = "3.1.1" # If you decide to port your Bitcoin test, you'll need this: # reqwest = { version = "0.11", features = ["json"] }