Skip to content

Commit ceadde8

Browse files
dependabot[bot]Licenser
authored andcommitted
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 6e00073 commit ceadde8

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
@@ -30,7 +30,7 @@ serde_json = { version = "1", optional = true }
3030

3131
# perf testing
3232
alloc_counter = { version = "0.0.4", optional = true }
33-
colored = { version = "2.0", optional = true }
33+
colored = { version = "3.0", optional = true }
3434
getopts = { version = "0.2", optional = true }
3535
jemallocator = { version = "0.5", optional = true }
3636
perfcnt = { version = "0.8", optional = true }

0 commit comments

Comments
 (0)