diff --git a/Cargo.lock b/Cargo.lock index 792470a..4ff94f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 860e436..b4034bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ schema = ["schemars"] [dependencies] anstream = "0.6.21" -anstyle = "1.0.11" +anstyle = "1.0.13" anyhow = "1.0.99" clap = { version = "4.5.50", features = ["derive", "string", "cargo", "wrap_help", "usage", "unstable-styles", "color", "suggestions", "error-context", "env"] } clap-markdown = "0.1.5"