From ac2dd10b90c0d74e773c0a256eb7bf0dac151d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:20:05 +0000 Subject: [PATCH] Update colored requirement from 2 to 3 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-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 96c9237..0919754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" [dependencies] rand = { version = "0.8", default-features = false, features = ["std_rng"]} rayon = { version = "1", optional = true } -colored = { version = "2", optional = true } +colored = { version = "3", optional = true } num-traits = { version = "0.2", default-features = false } [dev-dependencies]