mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 07:51:07 +00:00
build(deps): bump clap from 4.5.8 to 4.5.9 (#1678)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.9. - [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.8...v4.5.9) --- 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
@@ -869,9 +869,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.8"
|
version = "4.5.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
|
checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@@ -879,9 +879,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.8"
|
version = "4.5.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
|
checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -4883,7 +4883,7 @@ dependencies = [
|
|||||||
name = "subxt-cli"
|
name = "subxt-cli"
|
||||||
version = "0.37.0"
|
version = "0.37.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.5.8",
|
"clap 4.5.9",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"frame-metadata 16.0.0",
|
"frame-metadata 16.0.0",
|
||||||
"heck 0.5.0",
|
"heck 0.5.0",
|
||||||
|
|||||||
+1
-1
@@ -67,7 +67,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.8", features = ["derive", "cargo"] }
|
clap = { version = "4.5.9", features = ["derive", "cargo"] }
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user