diff --git a/Cargo.lock b/Cargo.lock index 0c73eea..ce40a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.5.0" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" dependencies = [ "anstyle", "anstyle-parse", @@ -51,9 +51,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "2.1.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" dependencies = [ "anstyle", "windows-sys", diff --git a/Cargo.toml b/Cargo.toml index e030481..acd197f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,4 +57,4 @@ predicates-core = "1.0.6" predicates-tree = "1.0.1" doc-comment = "0.3" anstyle = "1.0.0" -anstream = { version = "0.5.0", optional = true } +anstream = { version = "0.6.4", optional = true }