Skip to content

Commit

Permalink
Merge of #6957
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 15, 2023
2 parents 32ea511 + 5f5a403 commit c7b97f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.3.3",
"clap 4.3.4",
"color-eyre",
"fs-err",
"once_cell",
Expand Down Expand Up @@ -773,9 +773,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.3.3"
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
checksum = "80672091db20273a15cf9fdd4e47ed43b5091ec9841bf4c6145c9dfbbcae09ed"
dependencies = [
"clap_builder",
"clap_derive",
Expand All @@ -784,9 +784,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.3.3"
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636"
dependencies = [
"anstream",
"anstyle",
Expand Down Expand Up @@ -956,7 +956,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.3.3",
"clap 4.3.4",
"criterion-plot",
"is-terminal",
"itertools",
Expand Down Expand Up @@ -5936,7 +5936,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.3.3",
"clap 4.3.4",
"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 @@ -127,7 +127,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.26" }
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.26", optional = true }

abscissa_core = "0.7.0"
clap = { version = "4.3.3", features = ["cargo"] }
clap = { version = "4.3.4", features = ["cargo"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "1.9.3"
Expand Down

0 comments on commit c7b97f7

Please sign in to comment.