mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 23:15:42 +00:00
Update parity-scale codec minor version (#2951)
* update parity-scale codec minor version * update to 3.5.3 * update locks * increase impl version * Update to 3.5.4 * Update WASM lockfiles
This commit is contained in:
committed by
Bastian Köcher
parent
183931a8a2
commit
8b89c7ae62
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
derive_more = "0.14.0"
|
||||
futures = "0.1"
|
||||
log = "0.4"
|
||||
parity-codec = "3.3"
|
||||
parity-codec = "3.5.4"
|
||||
parking_lot = "0.8.0"
|
||||
sr-primitives = { path = "../sr-primitives" }
|
||||
client = { package = "substrate-client", path = "../client" }
|
||||
|
||||
@@ -16,5 +16,5 @@ sr-primitives = { path = "../../sr-primitives" }
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
env_logger = "0.6.1"
|
||||
parity-codec = "3.5.1"
|
||||
parity-codec = "3.5.4"
|
||||
test_runtime = { package = "substrate-test-runtime", path = "../../test-runtime" }
|
||||
|
||||
Reference in New Issue
Block a user