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 committed Sep 30, 2023
1 parent 5f6a671 commit 1718f7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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

0 comments on commit 1718f7a

Please sign in to comment.