Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7e8ac2e

Browse files
authored
Update trie-db to the latest (#4874)
1 parent f735d3e commit 7e8ac2e

File tree

3 files changed

+26
-49
lines changed

3 files changed

+26
-49
lines changed

Cargo.lock

Lines changed: 23 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sp-core = { version = "2.0.0", path = "../../../primitives/core" }
1515
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
1616
sp-state-machine = { version = "0.8", path = "../../../primitives/state-machine" }
1717
sp-trie = { version = "2.0.0", path = "../../../primitives/trie" }
18-
trie-root = "0.15.2"
18+
trie-root = "0.16.0"
1919

2020
[dev-dependencies]
2121
criterion = "0.3.0"

primitives/state-machine/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "GPL-3.0"
1010
log = "0.4.8"
1111
parking_lot = "0.10.0"
1212
hash-db = "0.15.2"
13-
trie-db = "0.19.2"
14-
trie-root = "0.15.2"
13+
trie-db = "0.20.0"
14+
trie-root = "0.16.0"
1515
sp-trie = { version = "2.0.0", path = "../trie" }
1616
sp-core = { version = "2.0.0", path = "../core" }
1717
sp-panic-handler = { version = "2.0.0", path = "../panic-handler" }

0 commit comments

Comments
 (0)