Skip to content
Snippets Groups Projects
Commit c490222f authored by dependabot[bot]'s avatar dependabot[bot] Committed by Bastian Köcher
Browse files

Bump clap from 4.2.5 to 4.2.7


Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7.
- [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.2.5...v4.2.7)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 6a311e14
No related merge requests found
...@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" ...@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies] [dependencies]
clap = { version = "4.2.5", features = ["derive"] } clap = { version = "4.2.7", features = ["derive"] }
jsonrpsee = { version = "0.16.2", features = ["server"] } jsonrpsee = { version = "0.16.2", features = ["server"] }
serde_json = "1.0.96" serde_json = "1.0.96"
......
...@@ -17,7 +17,7 @@ default = [] ...@@ -17,7 +17,7 @@ default = []
runtime-benchmarks = ['rialto-parachain-runtime/runtime-benchmarks'] runtime-benchmarks = ['rialto-parachain-runtime/runtime-benchmarks']
[dependencies] [dependencies]
clap = { version = "4.2.5", features = ["derive"] } clap = { version = "4.2.7", features = ["derive"] }
log = '0.4.17' log = '0.4.17'
codec = { package = 'parity-scale-codec', version = '3.1.5' } codec = { package = 'parity-scale-codec', version = '3.1.5' }
serde = { version = '1.0', features = ['derive'] } serde = { version = '1.0', features = ['derive'] }
......
...@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" ...@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies] [dependencies]
clap = { version = "4.2.5", features = ["derive"] } clap = { version = "4.2.7", features = ["derive"] }
serde_json = "1.0.96" serde_json = "1.0.96"
# Bridge dependencies # Bridge dependencies
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment