Bump parity-scale-codec to 3.3.0 (#6666)

This commit is contained in:
Keith Yeung
2023-02-03 11:03:38 -03:00
committed by GitHub
parent caa5464c15
commit 1790d0ae36
50 changed files with 51 additions and 51 deletions
@@ -31,7 +31,7 @@ assert_matches = "1.4.0"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "3.1.5", features = ["std"] }
parity-scale-codec = { version = "3.3.0", features = ["std"] }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }