Bump parity-scale-codec to 3.6.1 (#14428)

This commit is contained in:
Koute
2023-06-21 12:37:11 +01:00
committed by GitHub
parent 13eaab00db
commit 9d1741eb3c
195 changed files with 204 additions and 204 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
+1 -1
View File
@@ -19,7 +19,7 @@ sp-tracing = { version = "10.0.0", path = "../../tracing" }
sp-runtime = { version = "24.0.0", path = "../../runtime" }
sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
codec = { package = "parity-scale-codec", version = "3.2.2" }
codec = { package = "parity-scale-codec", version = "3.6.1" }
sp-state-machine = { version = "0.28.0", path = "../../state-machine" }
trybuild = "1.0.74"
rustversion = "1.0.6"