diff --git a/Cargo.lock b/Cargo.lock index ee223536..ca2549e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,21 +17,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "anstream" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450" -dependencies = [ - "anstyle 1.0.0", - "anstyle-parse 0.2.0", - "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "anstyle-wincon 1.0.1", - "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "is-terminal", - "utf8parse", -] - [[package]] name = "anstream" version = "0.5.0" @@ -48,6 +33,20 @@ dependencies = [ "utf8parse", ] +[[package]] +name = "anstream" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +dependencies = [ + "anstyle 1.0.0", + "anstyle-parse 0.2.0", + "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle-wincon 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8parse", +] + [[package]] name = "anstyle" version = "1.0.0" @@ -173,20 +172,20 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" +version = "2.1.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.2", + "lexopt", "windows-sys 0.48.0", ] [[package]] name = "anstyle-wincon" version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" dependencies = [ - "anstyle 1.0.2", - "lexopt", + "anstyle 1.0.0", "windows-sys 0.48.0", ] @@ -325,33 +324,31 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.5" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc" +checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] name = "clap_builder" -version = "4.3.5" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae" +checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ - "anstream 0.3.1", + "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "anstyle 1.0.0", - "bitflags", "clap_lex 0.5.0", "strsim", ] [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" dependencies = [ "heck", "proc-macro2", @@ -400,7 +397,7 @@ name = "colorchoice-clap" version = "1.0.2" dependencies = [ "anstream 0.5.0", - "clap 4.3.5", + "clap 4.4.2", "colorchoice 1.0.0", "owo-colors", ] @@ -650,12 +647,6 @@ dependencies = [ "libc", ] -[[package]] -name = "hermit-abi" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" - [[package]] name = "indexmap" version = "1.9.2" @@ -685,18 +676,6 @@ dependencies = [ "windows-sys 0.45.0", ] -[[package]] -name = "is-terminal" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" -dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix", - "windows-sys 0.45.0", -] - [[package]] name = "itertools" version = "0.10.5" @@ -915,16 +894,15 @@ dependencies = [ [[package]] name = "proptest" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70" +checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" dependencies = [ "bit-set", "bitflags", "byteorder", "lazy_static", "num-traits", - "quick-error 2.0.1", "rand", "rand_chacha", "rand_xorshift", @@ -940,12 +918,6 @@ version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" -[[package]] -name = "quick-error" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" - [[package]] name = "quote" version = "1.0.27" @@ -1076,7 +1048,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" dependencies = [ "fnv", - "quick-error 1.2.3", + "quick-error", "tempfile", "wait-timeout", ] @@ -1183,11 +1155,11 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "snapbox" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835" +checksum = "ad90eb3a2e3a8031d636d45bd4832751aefd58a291b553f7305a2bacae21aff3" dependencies = [ - "anstream 0.3.1", + "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "anstyle 1.0.0", "content_inspector", "dunce", @@ -1201,11 +1173,11 @@ dependencies = [ [[package]] name = "snapbox-macros" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31" +checksum = "95f4ffd811b87da98d0e48285134b7847954bd76e843bb794a893b47ca3ee325" dependencies = [ - "anstream 0.3.1", + "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index a8893f7a..ed9f7c90 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -42,7 +42,7 @@ anstyle-wincon = { version = "2.0.0", path = "../anstyle-wincon", optional = tru [dev-dependencies] criterion = "0.4.0" owo-colors = "3.5.0" -proptest = "1.1.0" +proptest = "1.2.0" strip-ansi-escapes = "0.1.1" [[bench]] diff --git a/crates/anstyle-parse/Cargo.toml b/crates/anstyle-parse/Cargo.toml index 39b95a79..4ffe7d06 100644 --- a/crates/anstyle-parse/Cargo.toml +++ b/crates/anstyle-parse/Cargo.toml @@ -32,8 +32,8 @@ utf8 = ["dep:utf8parse"] [dev-dependencies] codegenrs = { version = "2.0.0", default-features = false } criterion = "0.4.0" -proptest = "1.1.0" -snapbox = { version = "0.4.11", features = ["path"] } +proptest = "1.2.0" +snapbox = { version = "0.4.12", 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 dc192ccf..0130ec22 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.11" +snapbox = "0.4.12" diff --git a/crates/colorchoice-clap/Cargo.toml b/crates/colorchoice-clap/Cargo.toml index 8a55862f..9ded873b 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.3.5" +clap = "4.4.2" owo-colors = "3.5.0"