Skip to content

Commit 8d3393c

Browse files
chore(deps): 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] <[email protected]>
1 parent 9b796d0 commit 8d3393c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ thiserror = "2.0"
1717
log = "0.4"
1818
env_logger = "0.11"
1919
rayon = "1.5"
20-
colored = "2.0"
20+
colored = "3.0"
2121
rand = "0.9"
2222
anyhow = "1.0"
2323
serde = { version = "1.0.0", features = ["derive"] }

0 commit comments

Comments
 (0)