Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent af420d5 commit 9116fa6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ dependencies = [
"buildstructor 0.5.3",
"bytes",
"ci_info",
"clap 4.3.21",
"clap 4.3.22",
"console-subscriber",
"dashmap",
"derivative",
Expand Down Expand Up @@ -435,7 +435,7 @@ version = "1.26.0"
dependencies = [
"anyhow",
"cargo-scaffold",
"clap 4.3.21",
"clap 4.3.22",
"copy_dir",
"regex",
"str_inflector",
Expand Down Expand Up @@ -1350,9 +1350,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.3.21"
version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2"
dependencies = [
"clap_builder",
"clap_derive",
Expand All @@ -1361,9 +1361,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.3.21"
version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4"
dependencies = [
"anstream",
"anstyle",
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.3.21", features = ["derive"] }
clap = { version = "4.3.22", 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 @@ axum = { version = "0.6.20", features = ["headers", "json", "original-uri"] }
base64 = "0.20.0"
buildstructor = "0.5.3"
bytes = "1.4.0"
clap = { version = "4.3.21", default-features = false, features = [
clap = { version = "4.3.22", default-features = false, features = [
"env",
"derive",
"std",
Expand Down
8 changes: 4 additions & 4 deletions xtask/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.3.21"
version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2"
dependencies = [
"clap_builder",
"clap_derive",
Expand All @@ -243,9 +243,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.3.21"
version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4"
dependencies = [
"anstream",
"anstyle",
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.3.21", features = ["derive"] }
clap = { version = "4.3.22", features = ["derive"] }
cargo_metadata = "0.15"
# 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 9116fa6

Please sign in to comment.