diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 3b66a921d09a..a2e52f230e92 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -41,7 +41,7 @@ babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -trie-db = "0.18.0" +trie-db = "0.19.2" serde_json = "1.0.41" [features] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 6e68a510c0be..b97a192fd51d 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -69,7 +69,7 @@ libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie-db = "0.18.0" +trie-db = "0.19.2" serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 2a3a3dd17ccc..aa4beff7b90e 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -66,7 +66,7 @@ libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie-db = "0.18.0" +trie-db = "0.19.2" serde_json = "1.0.41" [build-dependencies]