Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sunshowers committed Sep 30, 2023
1 parent 161fff7 commit 7d132e9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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.4.4", features = ["derive", "env"] }
clap = { version = "4.4.6", 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.4", features = ["derive", "env"] }
clap = { version = "4.4.6", 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.4.4", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }
camino = "1.1.6"
test-case = "3.2.1"
proptest = { version = "1.2.0" }
Expand Down
4 changes: 2 additions & 2 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.4", features = ["derive", "env"] }
clap_builder = { version = "4.4.4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
clap = { version = "4.4.6", features = ["derive", "env"] }
clap_builder = { version = "4.4.6", 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 Down

0 comments on commit 7d132e9

Please sign in to comment.