Skip to content

Commit

Permalink
build(deps): bump clap from 4.3.4 to 4.3.5
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.4...v4.3.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2023
1 parent 343a683 commit 8dcf6a5
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.4",
"clap 4.3.5",
"color-eyre",
"fs-err",
"once_cell",
Expand Down Expand Up @@ -773,9 +773,9 @@ dependencies = [

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

[[package]]
name = "clap_builder"
version = "4.3.4"
version = "4.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636"
checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae"
dependencies = [
"anstream",
"anstyle",
Expand Down Expand Up @@ -956,7 +956,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.3.4",
"clap 4.3.5",
"criterion-plot",
"is-terminal",
"itertools",
Expand Down Expand Up @@ -5945,7 +5945,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.3.4",
"clap 4.3.5",
"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 @@ -135,7 +135,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.4", features = ["cargo"] }
clap = { version = "4.3.5", 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 8dcf6a5

Please sign in to comment.