diff --git a/Cargo.lock b/Cargo.lock index d7de09b6e59..fe29b11ee0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" +checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index bc68e93bbc8..b140c46420d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ tower-http = { version = "=0.6.1", features = ["trace"] } # Shared third-party dependencies ansi-to-html = { version = "=0.2.1", default-features = false } -anstyle = { version = "=1.0.8", default-features = false } +anstyle = { version = "=1.0.9", default-features = false } anstyle-yansi = { version = "=2.0.1", default-features = false } approx = { version = "=0.5.1", default-features = false } async-scoped = { version = "=0.9.0", default-features = false }