Skip to content

Commit

Permalink
upgrade clap
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 5, 2023
1 parent 217ab90 commit 6304b41
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 31 deletions.
49 changes: 24 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.70"
[dependencies]
camino = "1.1.6"
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["derive", "env"] }
clap = { version = "4.4.2", features = ["derive", "env"] }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
dialoguer = "0.10.4"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "test-helpers/cargo-nextest-dup.rs"
cargo-nextest = { path = "../cargo-nextest" }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "4.4.0", features = ["derive", "env"] }
clap = { version = "4.4.2", features = ["derive", "env"] }
enable-ansi-support = "0.2.1"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test-strategy = { version = "0.3.1", optional = true }
twox-hash = { version = "1.6.3", optional = true }

[dev-dependencies]
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }
camino = "1.1.6"
test-case = "3.1.0"
proptest = { version = "1.2.0" }
Expand Down
6 changes: 3 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
backtrace = { version = "0.3.69", features = ["gimli-symbolize"] }
clap = { version = "4.4.0", features = ["derive", "env"] }
clap_builder = { version = "4.4.0", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
clap = { version = "4.4.2", features = ["derive", "env"] }
clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
console = { version = "0.15.7" }
either = { version = "1.9.0" }
futures-channel = { version = "0.3.28", features = ["sink"] }
Expand All @@ -40,7 +40,7 @@ cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.66" }
quote = { version = "1.0.33" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.29", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.31", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.28" }
Expand Down

0 comments on commit 6304b41

Please sign in to comment.