Update rocksdb requirement from 0.15 to 0.16 (#98)

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.15.0...v0.16.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/100/head
dependabot[bot] 3 years ago committed by GitHub
parent 8da6165226
commit b24bcf52ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -22,7 +22,7 @@ sophia = ["sophia_api"]
http_client = ["httparse", "native-tls"] http_client = ["httparse", "native-tls"]
[dependencies] [dependencies]
rocksdb = { version = "0.15", optional = true } rocksdb = { version = "0.16", optional = true }
sled = { version = "0.34", optional = true } sled = { version = "0.34", optional = true }
quick-xml = "0.22" quick-xml = "0.22"
rand = "0.8" rand = "0.8"

Loading…
Cancel
Save