Skip to content

Commit 623840d

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

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 @@ description = "Consensus extension module for BABE consensus. Collects on-chain
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
serde = { version = "1.0.101", optional = true }
1717
sp-inherents = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/inherents" }
1818
sp-application-crypto = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/application-crypto" }

0 commit comments

Comments
 (0)