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
@@ -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.4.0", features = ["std"] }
parity-scale-codec = { version = "3.6.1", features = ["std"] }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }