Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 52335a1

Browse files
Bump clap from 3.2.20 to 3.2.21
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md) - [Commits](clap-rs/clap@v3.2.20...v3.2.21) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb87312 commit 52335a1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
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 <admin@parity.io>"]
55
edition = "2021"
66

77
[dependencies]
8-
clap = { version = "3.2.20", features = ["derive", "deprecated"] }
8+
clap = { version = "3.2.21", features = ["derive", "deprecated"] }
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 = "3.2.20", features = ["derive"] }
13+
clap = { version = "3.2.21", features = ["derive"] }
1414
derive_more = "0.99.2"
1515
log = "0.4.17"
1616
codec = { package = "parity-scale-codec", version = "3.0.0" }

polkadot-parachain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Runs a polkadot parachain node which could be a collator."
88

99
[dependencies]
1010
async-trait = "0.1.57"
11-
clap = { version = "3.2.20", features = ["derive", "deprecated"] }
11+
clap = { version = "3.2.21", features = ["derive", "deprecated"] }
1212
codec = { package = "parity-scale-codec", version = "3.0.0" }
1313
futures = "0.3.24"
1414
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.57"
13-
clap = { version = "3.2.20", features = ["derive", "deprecated"] }
13+
clap = { version = "3.2.21", features = ["derive", "deprecated"] }
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)