Skip to content

Commit 2e6f4be

Browse files
Bump clap from 4.0.27 to 4.0.29 (#1928)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.27 to 4.0.29. - [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.0.27...v4.0.29) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad12cfc commit 2e6f4be

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
clap = { version = "4.0.27", features = ["derive"] }
8+
clap = { version = "4.0.29", features = ["derive"] }
99
codec = { package = "parity-scale-codec", version = "3.0.0" }
1010
url = "2.3.1"
1111

parachain-template/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
build = "build.rs"
1111

1212
[dependencies]
13-
clap = { version = "4.0.27", features = ["derive"] }
13+
clap = { version = "4.0.29", features = ["derive"] }
1414
log = "0.4.17"
1515
codec = { package = "parity-scale-codec", version = "3.0.0" }
1616
serde = { version = "1.0.147", features = ["derive"] }

polkadot-parachain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/main.rs"
1212

1313
[dependencies]
1414
async-trait = "0.1.58"
15-
clap = { version = "4.0.27", features = ["derive"] }
15+
clap = { version = "4.0.29", features = ["derive"] }
1616
codec = { package = "parity-scale-codec", version = "3.0.0" }
1717
futures = "0.3.25"
1818
hex-literal = "0.3.4"

test/service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/main.rs"
1010

1111
[dependencies]
1212
async-trait = "0.1.58"
13-
clap = { version = "4.0.27", features = ["derive"] }
13+
clap = { version = "4.0.29", features = ["derive"] }
1414
codec = { package = "parity-scale-codec", version = "3.0.0" }
1515
criterion = { version = "0.4.0", features = [ "async_tokio" ] }
1616
jsonrpsee = { version = "0.15.1", features = ["server"] }

0 commit comments

Comments
 (0)