mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 22:27:56 +00:00
bounded-collections bump to 0.1.7 (#7305)
* bounded-collections bump to 0.1.7 Companion for: paritytech/substrate#14225 * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
0952cdeb0c
commit
4f019c4e5b
Generated
+186
-186
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master",
|
||||
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
polkadot-core-primitives = { path = "../core-primitives", default-features = false }
|
||||
derive_more = "0.99.11"
|
||||
bounded-collections = { version = "0.1.5", default-features = false }
|
||||
bounded-collections = { version = "0.1.7", default-features = false }
|
||||
|
||||
# all optional crates.
|
||||
serde = { version = "1.0.137", default-features = false, features = [ "derive" ], optional = true }
|
||||
|
||||
@@ -6,7 +6,7 @@ authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bounded-collections = { version = "0.1.5", default-features = false }
|
||||
bounded-collections = { version = "0.1.7", default-features = false }
|
||||
derivative = { version = "2.2.0", default-features = false, features = [ "use_core" ] }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
|
||||
@@ -6,7 +6,7 @@ version.workspace = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
bounded-collections = { version = "0.1.5", default-features = false }
|
||||
bounded-collections = { version = "0.1.7", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.137", optional = true, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user