diff --git a/Cargo.lock b/Cargo.lock index beec843..7cac5c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anstream" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index 8625c76..1f28863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.70" # Sync this value with the CI workflow description = "A cargo extension for specifying supported targets for a crate" [dependencies] -anstream = "0.6.4" +anstream = "0.6.5" anstyle = "1.0.4" cargo-config2 = "0.1.16" cargo_metadata = "0.18.1"