Skip to content

Commit

Permalink
Merge of #7873
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents 17a6cb0 + 599994e commit cee50ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"arc-swap",
"backtrace",
"canonical-path",
"clap 4.4.6",
"clap 4.4.7",
"color-eyre",
"fs-err",
"once_cell",
Expand Down Expand Up @@ -744,19 +744,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.4.6"
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.4.6"
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
dependencies = [
"anstream",
"anstyle",
Expand All @@ -766,9 +766,9 @@ dependencies = [

[[package]]
name = "clap_derive"
version = "4.4.2"
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
dependencies = [
"heck 0.4.1",
"proc-macro2",
Expand All @@ -778,9 +778,9 @@ dependencies = [

[[package]]
name = "clap_lex"
version = "0.5.1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"

[[package]]
name = "codespan-reporting"
Expand Down Expand Up @@ -925,7 +925,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.6",
"clap 4.4.7",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
Expand Down Expand Up @@ -5768,7 +5768,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.4.6",
"clap 4.4.7",
"color-eyre",
"console-subscriber",
"dirs",
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.30" }
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.30", optional = true }

abscissa_core = "0.7.0"
clap = { version = "4.4.6", features = ["cargo"] }
clap = { version = "4.4.7", features = ["cargo"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "2.0.1"
Expand Down

0 comments on commit cee50ce

Please sign in to comment.