diff --git a/Cargo.lock b/Cargo.lock index d06a7d2f..3348f96a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,9 +60,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/Cargo.toml b/Cargo.toml index 0fdebfc5..84bac3ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [dependencies] aeruginous-io = "0.8.0" -anstyle = "1.0.6" +anstyle = "1.0.7" cargo-lock = "9.0.0" ron = "0.8.1" sysexits = "0.7.13"