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
@@ -11,7 +11,7 @@ futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["bit-vec", "derive"] }
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] }
polkadot-primitives = { path = "../../../primitives" }
polkadot-parachain = { path = "../../../parachain" }