Skip to content

Commit 1d3c332

Browse files
Update colored requirement from 2.0 to 3.0 (#28)
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...v2.2.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3c2ffe commit 1d3c332

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 @@ rustacuda_core = { git = "https://github.com/juntyr/RustaCUDA", rev = "c6ea7cc",
3030
# crates.io third-party dependencies
3131
cargo_metadata = { version = "0.19", default-features = false }
3232
cargo-util = { version = "0.2", default-features = false }
33-
colored = { version = "2.0", default-features = false }
33+
colored = { version = "3.0", default-features = false }
3434
const-type-layout = { version = "0.3.2", default-features = false }
3535
final = { version = "0.1.1", default-features = false }
3636
find_cuda_helper = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)