From d315889a223c456704040ee717c708d113f614f7 Mon Sep 17 00:00:00 2001 From: Filippo Neysofu Costa Date: Tue, 18 Jul 2023 11:08:57 +0200 Subject: [PATCH] Bump rust-rocksdb to 0.21.0 (#499) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a7501a16..6f8a3ca08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ proptest = "1.0.0" proptest-derive = "0.3.0" rand = "0.8" rayon = "1.5.2" -rocksdb = { version = "0.19.0", features = ["lz4"] } +rocksdb = { version = "0.21.0", features = ["lz4"] } serde = { version = "1.0.137", features = ["derive", "rc"] } serde_json = { version = "1.0" } sha2 = "0.10.6"