mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
Bump bs58 from 0.4.0 to 0.5.0 (#1293)
Bumps [bs58](https://github.com/Nullus157/bs58-rs) from 0.4.0 to 0.5.0. - [Changelog](https://github.com/Nullus157/bs58-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nullus157/bs58-rs/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: bs58 dependency-type: direct:production update-type: version-update:semver-minor ... 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
+3
-3
@@ -12215,7 +12215,7 @@ name = "polkadot-node-metrics"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"bs58 0.4.0",
|
||||
"bs58 0.5.0",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"hyper",
|
||||
@@ -12755,7 +12755,7 @@ dependencies = [
|
||||
name = "polkadot-runtime-metrics"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"bs58 0.4.0",
|
||||
"bs58 0.5.0",
|
||||
"frame-benchmarking",
|
||||
"parity-scale-codec",
|
||||
"polkadot-primitives",
|
||||
@@ -17047,7 +17047,7 @@ dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"blake2",
|
||||
"bounded-collections",
|
||||
"bs58 0.4.0",
|
||||
"bs58 0.5.0",
|
||||
"criterion 0.4.0",
|
||||
"dyn-clonable",
|
||||
"ed25519-zebra 3.1.0",
|
||||
|
||||
@@ -21,7 +21,7 @@ substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" }
|
||||
sc-tracing = { path = "../../../substrate/client/tracing" }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
primitives = { package = "polkadot-primitives", path = "../../primitives" }
|
||||
bs58 = { version = "0.4.0", features = ["alloc"] }
|
||||
bs58 = { version = "0.5.0", features = ["alloc"] }
|
||||
log = "0.4.17"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -12,7 +12,7 @@ parity-scale-codec = { version = "3.6.1", default-features = false }
|
||||
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
|
||||
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
bs58 = { version = "0.4.0", default-features = false, features = ["alloc"] }
|
||||
bs58 = { version = "0.5.0", default-features = false, features = ["alloc"] }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -23,7 +23,7 @@ primitive-types = { version = "0.12.0", default-features = false, features = ["c
|
||||
impl-serde = { version = "0.4.0", default-features = false, optional = true }
|
||||
hash-db = { version = "0.16.0", default-features = false }
|
||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||
bs58 = { version = "0.4.0", default-features = false, optional = true }
|
||||
bs58 = { version = "0.5.0", default-features = false, optional = true }
|
||||
rand = { version = "0.8.5", features = ["small_rng"], optional = true }
|
||||
substrate-bip39 = { version = "0.4.4", optional = true }
|
||||
tiny-bip39 = { version = "1.0.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user