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
@@ -10,7 +10,7 @@ async-trait = "0.1.57"
futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-node-metrics = { path = "../../metrics"}