Upgrade RocksDB (#6496)

* Upgrade rocksdb

* Delete BatchProcessor

Those methods don't need to be `&mut self` and they're causing
compilation failures.
This commit is contained in:
Greg Fitzgerald
2019-10-24 11:30:53 -06:00
committed by GitHub
parent e9bdee3dc7
commit a2543e5a8d
4 changed files with 96 additions and 108 deletions

View File

@@ -43,7 +43,7 @@ tempfile = "3.1.0"
[dependencies.rocksdb]
# Avoid the vendored bzip2 within rocksdb-sys that can cause linker conflicts
# when also using the bzip2 crate
version = "0.11.0"
version = "0.12.4"
default-features = false
features = ["lz4"]