diff --git a/rocksstore/Cargo.toml b/rocksstore/Cargo.toml index 97062ba83..95787d9d2 100644 --- a/rocksstore/Cargo.toml +++ b/rocksstore/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rocksdb = "0.18.0" +rocksdb = "0.20.1" byteorder = "1.4.3" serde = { version = "1.0.114", features = ["derive"] } serde_json = "1.0.57"