Skip to content

Commit 04c5697

Browse files
Bump clap from 4.1.13 to 4.2.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.2.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.1.13...v4.2.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 481371f commit 04c5697

File tree

4 files changed

+93
-32
lines changed

4 files changed

+93
-32
lines changed

Cargo.lock

Lines changed: 90 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/millau/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
99
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1010

1111
[dependencies]
12-
clap = { version = "4.1.13", features = ["derive"] }
12+
clap = { version = "4.2.1", features = ["derive"] }
1313
jsonrpsee = { version = "0.16.2", features = ["server"] }
1414
serde_json = "1.0.95"
1515

bin/rialto-parachain/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = []
1717
runtime-benchmarks = ['rialto-parachain-runtime/runtime-benchmarks']
1818

1919
[dependencies]
20-
clap = { version = "4.1.13", features = ["derive"] }
20+
clap = { version = "4.2.1", features = ["derive"] }
2121
log = '0.4.17'
2222
codec = { package = 'parity-scale-codec', version = '3.1.5' }
2323
serde = { version = '1.0', features = ['derive'] }

bin/rialto/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/"
99
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1010

1111
[dependencies]
12-
clap = { version = "4.1.13", features = ["derive"] }
12+
clap = { version = "4.2.1", features = ["derive"] }
1313
serde_json = "1.0.95"
1414

1515
# Bridge dependencies

0 commit comments

Comments
 (0)