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:
Michal Kucharczyk
2023-05-29 18:24:14 +01:00
committed by GitHub
parent 0952cdeb0c
commit 4f019c4e5b
4 changed files with 189 additions and 189 deletions
+1 -1
View File
@@ -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 }