Bump clap from 3.2.8 to 3.2.12 (#1448)

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.12.
- [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/v3.2.8...v3.2.12)

---
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]
2022-07-16 12:38:06 +00:00
committed by GitHub
parent d4f2b6e92e
commit f931a3eb56
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Runs a polkadot parachain node which could be a collator."
[dependencies]
async-trait = "0.1.56"
clap = { version = "3.2.8", features = ["derive", "deprecated"] }
clap = { version = "3.2.12", features = ["derive", "deprecated"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
hex-literal = "0.3.4"