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
@@ -17,7 +17,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-network-protocol = { path = "../../network/protocol" }
arrayvec = "0.5.2"
indexmap = "1.9.1"
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
thiserror = "1.0.31"
fatality = "0.0.6"