diff --git a/Cargo.lock b/Cargo.lock index f78482cb1a..6c1be7554b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,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 8e94f29f2f..4899c4df6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -290,7 +290,7 @@ cast_lossless = "warn" [workspace.dependencies] anyhow = "1.0" -anstyle = "1.0.8" +anstyle = "1.0.9" api_identity = { path = "api_identity" } approx = "0.5.1" assert_matches = "1.5.0"