Skip to content

Commit b2fe195

Browse files
Bump clap from 3.2.6 to 3.2.10 (#132)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.6 to 3.2.10. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.2.6...v3.2.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df96d68 commit b2fe195

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "substrate-contracts-node"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
clap = { version = "3.2.6", features = ["derive"] }
21+
clap = { version = "3.2.10", features = ["derive"] }
2222

2323
sc-cli = { git = "https://github.com/paritytech/substrate", package = "sc-cli", features = ["wasmtime"] }
2424
sp-core = { git = "https://github.com/paritytech/substrate", package = "sp-core" }

0 commit comments

Comments
 (0)