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
@@ -8,7 +8,7 @@ authors.workspace = true
[dependencies]
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
dlmalloc = { version = "0.2.4", features = [ "global" ] }