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

Commit 5c898d3

Browse files
authored
Update kvdb-rocksdb to 0.15.2 (#11144)
1 parent 51d47a8 commit 5c898d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

client/db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
parking_lot = "0.12.0"
1717
log = "0.4.8"
1818
kvdb = "0.11.0"
19-
kvdb-rocksdb = { version = "0.15.1", optional = true }
19+
kvdb-rocksdb = { version = "0.15.2", optional = true }
2020
kvdb-memorydb = "0.11.0"
2121
linked-hash-map = "0.5.4"
2222
hash-db = "0.15.2"

0 commit comments

Comments
 (0)