diff --git a/utils/Cargo.lock b/utils/Cargo.lock index 70eee613..3348e2a8 100644 --- a/utils/Cargo.lock +++ b/utils/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" [[package]] name = "anstyle-parse" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 4ab615f0..8d02e740 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -14,7 +14,7 @@ kernlog = "0.3.1" # pinned to prevent running over Rust 1.69 clap = { version = "<4.4", features = ["derive"] } clap_lex = "<0.7.1" -anstyle = "<1.0.7" +anstyle = "<1.0.8" anstyle-parse = "<0.2.5" [[bin]]