diff --git a/Cargo.lock b/Cargo.lock index 48f89eb4..49341b53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,9 +295,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" +checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" dependencies = [ "clap_builder", "clap_derive", @@ -305,9 +305,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" +checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" dependencies = [ "anstream 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "anstyle 1.0.0", @@ -317,9 +317,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.2" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ "heck", "proc-macro2", @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "codegenrs" @@ -844,9 +844,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d6ddf4877c954130eb46772d1efba4ec0f5b3ee3189925d6a78ee61c41227f" +checksum = "7c003ac8c77cb07bb74f5f198bce836a689bcd5a42574612bf14d17bfd08c20e" dependencies = [ "bit-set", "bit-vec", @@ -1094,9 +1094,9 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "snapbox" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b439536a42c43be148b610c7f7f968fb79a457254910a9cb20900da73cd3271" +checksum = "4b377c0b6e4715c116473d8e40d51e3fa5b0a2297ca9b2a931ba800667b259ed" dependencies = [ "anstream 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "anstyle 1.0.0", diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index 9e2beaa6..55c5088d 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -44,7 +44,7 @@ anstyle-wincon = { version = "3.0.1", path = "../anstyle-wincon", optional = tru [dev-dependencies] criterion = "0.5.1" owo-colors = "3.5.0" -proptest = "1.3.0" +proptest = "1.3.1" strip-ansi-escapes = "0.2.0" [[bench]] diff --git a/crates/anstyle-parse/Cargo.toml b/crates/anstyle-parse/Cargo.toml index ad3a6abd..f7e1eaf2 100644 --- a/crates/anstyle-parse/Cargo.toml +++ b/crates/anstyle-parse/Cargo.toml @@ -32,8 +32,8 @@ utf8 = ["dep:utf8parse"] [dev-dependencies] codegenrs = { version = "3.0.1", default-features = false } criterion = "0.5.1" -proptest = "1.3.0" -snapbox = { version = "0.4.13", features = ["path"] } +proptest = "1.3.1" +snapbox = { version = "0.4.14", features = ["path"] } vte_generate_state_changes = { version = "0.1.1" } [[bench]] diff --git a/crates/anstyle-roff/Cargo.toml b/crates/anstyle-roff/Cargo.toml index 1465cfbc..71a08ab7 100644 --- a/crates/anstyle-roff/Cargo.toml +++ b/crates/anstyle-roff/Cargo.toml @@ -27,4 +27,4 @@ roff = "0.2.1" cansi = "2.2.1" [dev-dependencies] -snapbox = "0.4.13" +snapbox = "0.4.14" diff --git a/crates/colorchoice-clap/Cargo.toml b/crates/colorchoice-clap/Cargo.toml index 72ca72ea..b6444465 100644 --- a/crates/colorchoice-clap/Cargo.toml +++ b/crates/colorchoice-clap/Cargo.toml @@ -25,5 +25,5 @@ clap = { version = "4.3.5", default-features = false, features = ["std", "derive [dev-dependencies] anstream = { path = "../anstream" } -clap = "4.4.6" +clap = "4.4.7" owo-colors = "3.5.0"