Merge pull request #51 from oxigraph/dependabot/cargo/rocksdb-0.15

Update rocksdb requirement from 0.14 to 0.15
pull/58/head
Thomas Tanon 4 years ago committed by GitHub
commit d121aed47b
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