Merge pull request #37 from oxigraph/dependabot/cargo/sled-0.32

Update sled requirement from 0.31 to 0.32
pull/39/head
Thomas Tanon 4 years ago committed by GitHub
commit 966d3d8f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -14,7 +14,7 @@ edition = "2018"
[dependencies] [dependencies]
lazy_static = "1" lazy_static = "1"
rocksdb = { version = "0.14", optional = true } rocksdb = { version = "0.14", optional = true }
sled = { version = "0.31", optional = true } sled = { version = "0.32", optional = true }
quick-xml = "0.18" quick-xml = "0.18"
rand = "0.7" rand = "0.7"
md-5 = "0.8" md-5 = "0.8"

Loading…
Cancel
Save