mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
build(deps): bump clap from 4.5.0 to 4.5.1 (#1434)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1. - [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/clap_complete-v4.5.0...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+5
-5
@@ -854,9 +854,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.0"
|
version = "4.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f"
|
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@@ -864,9 +864,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.0"
|
version = "4.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
|
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -4545,7 +4545,7 @@ dependencies = [
|
|||||||
name = "subxt-cli"
|
name = "subxt-cli"
|
||||||
version = "0.34.0"
|
version = "0.34.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.5.0",
|
"clap 4.5.1",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"frame-metadata 16.0.0",
|
"frame-metadata 16.0.0",
|
||||||
"heck",
|
"heck",
|
||||||
|
|||||||
+1
-1
@@ -56,7 +56,7 @@ assert_matches = "1.5.0"
|
|||||||
base58 = { version = "0.2.0" }
|
base58 = { version = "0.2.0" }
|
||||||
bitvec = { version = "1", default-features = false }
|
bitvec = { version = "1", default-features = false }
|
||||||
blake2 = { version = "0.10.6", default-features = false }
|
blake2 = { version = "0.10.6", default-features = false }
|
||||||
clap = { version = "4.5.0", features = ["derive", "cargo"] }
|
clap = { version = "4.5.1", features = ["derive", "cargo"] }
|
||||||
criterion = "0.4"
|
criterion = "0.4"
|
||||||
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false }
|
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false }
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user