chore: bump rocksdb from 0.14.0 to 0.15.0

Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.14.0...v0.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-09-28 08:02:15 +00:00
committed by Michael Vines
parent f9a74b51ef
commit 0718501c72
2 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ trees = "0.2.1"
[dependencies.rocksdb]
# Avoid the vendored bzip2 within rocksdb-sys that can cause linker conflicts
# when also using the bzip2 crate
version = "0.14.0"
version = "0.15.0"
default-features = false
features = ["lz4"]