diff --git a/Cargo.toml b/Cargo.toml index e14e96d..c45aa61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "rocksdb_utils_lookup" path = "src/lib.rs" [dependencies] -rocksdb = { version = "0.23.0", features = ["multi-threaded-cf"] } +rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } thiserror = "1.0" tracing = "0.1"