Skip to content

Commit

Permalink
Bump kvdb-rocksdb to 0.19.0 (paritytech#14113)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov authored and nathanwhit committed Jul 19, 2023
1 parent 5bb5129 commit 688314c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
31 changes: 21 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/node/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = "1.0.136"
serde_json = "1.0.85"
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
kvdb = "0.13.0"
kvdb-rocksdb = "0.18.0"
kvdb-rocksdb = "0.19.0"
sp-trie = { version = "7.0.0", path = "../../../primitives/trie" }
sp-core = { version = "7.0.0", path = "../../../primitives/core" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
Expand Down
4 changes: 2 additions & 2 deletions client/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", features = [
hash-db = "0.16.0"
kvdb = "0.13.0"
kvdb-memorydb = "0.13.0"
kvdb-rocksdb = { version = "0.18.0", optional = true }
kvdb-rocksdb = { version = "0.19.0", optional = true }
linked-hash-map = "0.5.4"
log = "0.4.17"
parity-db = "0.4.6"
Expand All @@ -37,7 +37,7 @@ sp-trie = { version = "7.0.0", path = "../../primitives/trie" }

[dev-dependencies]
criterion = "0.4.0"
kvdb-rocksdb = "0.18.0"
kvdb-rocksdb = "0.19.0"
rand = "0.8.5"
tempfile = "3.1.0"
quickcheck = { version = "1.0.3", default-features = false }
Expand Down

0 comments on commit 688314c

Please sign in to comment.