diff --git a/Cargo.lock b/Cargo.lock index f5f531d..fd91c56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,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 9249eb4..e559255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ rust-version = "1.69.0" env_logger = "0.11.3" chrono = "0.4.38" log = "0.4.22" -anstyle = "1.0.7" +anstyle = "1.0.8"