diff --git a/Cargo.lock b/Cargo.lock index 2f3ab7ec61..b0e1aac17d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 2d55bba4d2..47c1de3544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -253,7 +253,7 @@ cast_lossless = "warn" [workspace.dependencies] anyhow = "1.0" -anstyle = "1.0.7" +anstyle = "1.0.8" api_identity = { path = "api_identity" } approx = "0.5.1" assert_matches = "1.5.0"