Skip to content

Commit f40a15d

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

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
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
1212
targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
15-
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
15+
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
1616
sp-inherents = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/inherents" }
1717
sp-authorship = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/authorship" }
1818
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/std" }

0 commit comments

Comments
 (0)