Skip to content

Commit 31cdb88

Browse files
authored
Validate encoding of extrinsics passed to runtime (#6442)
* Validate encoding of extrinsics passed to runtime * Bump codec version explicitly
1 parent eba5a04 commit 31cdb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
1515
sp-application-crypto = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/application-crypto" }
16-
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
16+
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
1717
sp-inherents = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/inherents" }
1818
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/std" }
1919
serde = { version = "1.0.101", optional = true }

0 commit comments

Comments
 (0)