diff --git a/Cargo.lock b/Cargo.lock index c01a8dc216f..6b881f2fdfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 837446f969e..589c8287bbd 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.9", default-features = false } +anstyle = { version = "=1.0.10", default-features = false } anstyle-yansi = { version = "=2.0.2", default-features = false } approx = { version = "=0.5.1", default-features = false } async-scoped = { version = "=0.9.0", default-features = false }