Update rocksdb to 0.18.0 release (#23031)

This commit is contained in:
steviez
2022-02-09 21:51:56 -06:00
committed by GitHub
parent 47e4291303
commit 2ca7ae8e30
2 changed files with 18 additions and 5 deletions

View File

@ -56,7 +56,7 @@ reed-solomon-erasure = { version = "5.0.1", features = ["simd-accel"] }
[dependencies.rocksdb]
# Avoid the vendored bzip2 within rocksdb-sys that can cause linker conflicts
# when also using the bzip2 crate
version = "0.17.0"
version = "0.18.0"
default-features = false
features = ["lz4"]