Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 826b840 commit 7e074d6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ dependencies = [
"buildstructor 0.5.3",
"bytes",
"ci_info",
"clap 4.4.2",
"clap 4.4.3",
"console-subscriber",
"dashmap",
"derivative",
Expand Down Expand Up @@ -429,7 +429,7 @@ version = "1.29.1"
dependencies = [
"anyhow",
"cargo-scaffold",
"clap 4.4.2",
"clap 4.4.3",
"copy_dir",
"regex",
"str_inflector",
Expand Down Expand Up @@ -1346,9 +1346,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.4.2"
version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [
"clap_builder",
"clap_derive",
Expand Down Expand Up @@ -1666,7 +1666,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.2",
"clap 4.4.3",
"criterion-plot",
"futures",
"is-terminal",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
cargo-scaffold = { version = "0.8.10", default-features = false }
regex = "1"
str_inflector = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ base64 = "0.21.2"
bloomfilter = "1.0.12"
buildstructor = "0.5.3"
bytes = "1.5.0"
clap = { version = "4.4.2", default-features = false, features = [
clap = { version = "4.4.3", default-features = false, features = [
"env",
"derive",
"std",
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.4.2"
version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [
"clap_builder",
"clap_derive",
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
anyhow = "1"
camino = "1"
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
cargo_metadata = "0.17"
# Only use the `clock` features of `chrono` to avoid the `time` dependency
# impacted by CVE-2020-26235. https://github.com/chronotope/chrono/issues/602
Expand Down

0 comments on commit 7e074d6

Please sign in to comment.