Skip to content

Commit 9fdab21

Browse files
Update colored requirement from 2.0 to 3.0
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](colored-rs/colored@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 824c4e5 commit 9fdab21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ simba = { version = "0.9", optional = true, default-features = false }
2929
approx = { version = "0.5", optional = true, default-features = false }
3030
rug = { version = "1.15", optional = true }
3131

32-
colored = { version = "2.0", optional = true }
32+
colored = { version = "3.0", optional = true }
3333
atty = { version = "0.2.14", optional = true }
3434
clap = { version = "4.0", optional = true, features = ["cargo"] }
3535
clap_autocomplete = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)