Update rocksdb requirement from 0.14 to 0.15

Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version.
- [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>
pull/51/head
dependabot[bot] 4 years ago committed by GitHub
parent 488c0fb2da
commit 9a516989b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -20,7 +20,7 @@ default = []
sophia = ["sophia_api"] sophia = ["sophia_api"]
[dependencies] [dependencies]
rocksdb = { version = "0.14", optional = true } rocksdb = { version = "0.15", optional = true }
sled = { version = "0.34", optional = true } sled = { version = "0.34", optional = true }
quick-xml = "0.18" quick-xml = "0.18"
rand = "0.7" rand = "0.7"

Loading…
Cancel
Save