Bump parity-scale-codec to v 3.4.0 (#6945)

This commit is contained in:
Tsvetomir Dimitrov
2023-03-23 17:15:03 +02:00
committed by GitHub
parent b51cb8927c
commit 95f0ca271e
50 changed files with 361 additions and 324 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch =
[dev-dependencies]
futures = { version = "0.3.21", features = ["thread-pool"] }
maplit = "1.0.2"
parity-scale-codec = "3.3.0"
parity-scale-codec = "3.4.0"
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }