Bump clap from 4.1.3 to 4.1.4 (#809)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.3 to 4.1.4.
- [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/v4.1.3...v4.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 10:21:18 +00:00
committed by GitHub
parent d820ab81f5
commit d7ad96aec7
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -381,9 +381,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.1.3"
version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8d93d855ce6a0aa87b8473ef9169482f40abaa2e9e0993024c35c902cbd5920"
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
dependencies = [
"bitflags",
"clap_derive",
@@ -3376,7 +3376,7 @@ dependencies = [
name = "subxt-cli"
version = "0.26.0"
dependencies = [
"clap 4.1.3",
"clap 4.1.4",
"color-eyre",
"frame-metadata",
"hex",
+1 -1
View File
@@ -21,7 +21,7 @@ subxt-codegen = { version = "0.26.0", path = "../codegen" }
# perform node compatibility
subxt-metadata = { version = "0.26.0", path = "../metadata" }
# parse command line args
clap = { version = "4.0.8", features = ["derive", "cargo"] }
clap = { version = "4.1.4", features = ["derive", "cargo"] }
# colourful error reports
color-eyre = "0.6.1"
# serialize the metadata