diff --git a/Cargo.lock b/Cargo.lock index 041319e0..c76c579e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,9 +60,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 665a136b..e78df6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [dependencies] aeruginous-io = "0.7.0" -anstyle = "1.0.5" +anstyle = "1.0.6" cargo-lock = "9.0.0" ron = "0.8.1" sysexits = "0.7.11"