Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 12, 2024
1 parent 421f02b commit e5c34d7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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.14", features = ["derive", "env"] }
clap = { version = "4.4.16", features = ["derive", "env"] }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
dialoguer = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo-nextest = { path = "../cargo-nextest", default-features = false, features
] }
# we don't use the tracing support
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "4.4.14", features = ["derive", "env"] }
clap = { version = "4.4.16", features = ["derive", "env"] }
enable-ansi-support = "0.2.1"
nextest-workspace-hack.workspace = true

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

[dev-dependencies]
clap = { version = "4.4.14", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
camino = "1.1.6"
test-case = "3.3.1"
proptest = { version = "1.4.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 @@ -16,8 +16,8 @@ publish = false
[dependencies]
backtrace = { version = "0.3.69", features = ["gimli-symbolize"] }
chrono = { version = "0.4.31" }
clap = { version = "4.4.14", features = ["derive", "env"] }
clap_builder = { version = "4.4.14", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
clap = { version = "4.4.16", features = ["derive", "env"] }
clap_builder = { version = "4.4.16", 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.30", features = ["sink"] }
Expand Down

0 comments on commit e5c34d7

Please sign in to comment.