diff --git a/Cargo.lock b/Cargo.lock index e33278c..314d22e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.21" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" dependencies = [ "anstyle", "anstyle-parse", @@ -40,9 +40,9 @@ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anstyle-parse" -version = "0.2.7" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" dependencies = [ "utf8parse", ] diff --git a/Cargo.toml b/Cargo.toml index 618e3fe..9715d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] exclude = ["/.*"] [dependencies] -anstream = "0.6.14" +anstream = "1.0.0" anstyle = "1.0.7" anyhow = "1.0.82" cfgfifo = { version = "0.8.0", default-features = false, features = ["json", "json5", "toml", "yaml"] } diff --git a/THIRDPARTY.toml b/THIRDPARTY.toml index 0ca5013..48fcbf9 100644 --- a/THIRDPARTY.toml +++ b/THIRDPARTY.toml @@ -320,7 +320,7 @@ THE SOFTWARE. [[third_party_libraries]] package_name = "anstream" -package_version = "0.6.21" +package_version = "1.0.0" repository = "https://github.com/rust-cli/anstyle.git" license = "MIT OR Apache-2.0" @@ -794,7 +794,7 @@ text = """ [[third_party_libraries]] package_name = "anstyle-parse" -package_version = "0.2.7" +package_version = "1.0.0" repository = "https://github.com/rust-cli/anstyle.git" license = "MIT OR Apache-2.0"