Skip to content

Commit 93e65f5

Browse files
dependabot[bot]bkchr
authored andcommitted
Bump trie-db from 0.24.0 to 0.25.0
Bumps [trie-db](https://github.com/paritytech/trie) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/paritytech/trie/releases) - [Commits](https://github.com/paritytech/trie/commits/trie-db-v0.25.0) --- updated-dependencies: - dependency-name: trie-db dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6900160 commit 93e65f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridges/primitives/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
2424
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
2525
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
2626
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
27-
trie-db = { version = "0.24.0", default-features = false }
27+
trie-db = { version = "0.25.0", default-features = false }
2828

2929
[dev-dependencies]
3030
hex-literal = "0.3"

0 commit comments

Comments
 (0)