Browse Source

Bump clap from 3.0.0-rc.1 to 3.0.0-rc.3

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-rc.1 to 3.0.0-rc.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.1...clap_generate-v3.0.0-rc.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
resilient-broadcast
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
5eb1c1004a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      daemon/Cargo.toml

8
Cargo.lock

@ -425,9 +425,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.0.0-rc.1"
version = "3.0.0-rc.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c068998524e6d40ea78c8d2a4b00398f0a8b818c2d484bcb3cbeb2cff2c105ae"
checksum = "098d281b47bf725a0bddd829e0070ee76560faab8af123050a86c440d7f0a1fd"
dependencies = [
"atty",
"bitflags",
@ -442,9 +442,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.0.0-rc.1"
version = "3.0.0-rc.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0152ba3ee01fa5a9133d4e15a1d9659c75d2270365768dd5a880cc7e68871874"
checksum = "26de8102ffb96701066cea36f9a104285b67fbcc302a520640289d476c15ed8a"
dependencies = [
"heck",
"proc-macro-error",

2
daemon/Cargo.toml

@ -10,7 +10,7 @@ atty = "0.2"
bdk = { version = "0.14.1-dev", default-features = false, features = ["electrum"] }
bytes = "1"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "3.0.0-rc.1", features = ["derive"] }
clap = { version = "3.0.0-rc.3", features = ["derive"] }
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
futures = { version = "0.3", default-features = false }
hex = "0.4"

Loading…
Cancel
Save