Bump clap from 4.1.7 to 4.1.8 (#848)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.7 to 4.1.8.
- [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.7...v4.1.8)

---
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-03-06 12:47:47 +02:00
committed by GitHub
parent a7b45ef1d1
commit 159e1be10b
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -405,9 +405,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.1.7"
version = "4.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f3061d6db6d8fcbbd4b05e057f2acace52e64e96b498c08c2d7a4e65addd340"
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
dependencies = [
"bitflags",
"clap_derive",
@@ -420,9 +420,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.1.7"
version = "4.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34d122164198950ba84a918270a3bb3f7ededd25e15f7451673d986f55bd2667"
checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
dependencies = [
"heck",
"proc-macro-error",
@@ -3418,7 +3418,7 @@ dependencies = [
name = "subxt-cli"
version = "0.27.1"
dependencies = [
"clap 4.1.7",
"clap 4.1.8",
"color-eyre",
"frame-metadata",
"hex",
+1 -1
View File
@@ -22,7 +22,7 @@ subxt-codegen = { version = "0.27.1", path = "../codegen" }
# perform node compatibility
subxt-metadata = { version = "0.27.1", path = "../metadata" }
# parse command line args
clap = { version = "4.1.6", features = ["derive", "cargo"] }
clap = { version = "4.1.8", features = ["derive", "cargo"] }
# colourful error reports
color-eyre = "0.6.1"
# serialize the metadata