Bump parity-scale-codec to 3.6.1 (#7382)

This commit is contained in:
Koute
2023-06-21 11:24:24 +01:00
committed by GitHub
parent a25b871a16
commit 8eda0a039f
53 changed files with 62 additions and 62 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.4.0"
parity-scale-codec = "3.6.1"
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }