Merge pull request #43 from oxigraph/dependabot/cargo/sled-0.34

Update sled requirement from 0.33 to 0.34
pull/46/head
Thomas Tanon 4 years ago committed by GitHub
commit 44d448c819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -18,7 +18,7 @@ all-features = true
[dependencies]
lazy_static = "1"
rocksdb = { version = "0.14", optional = true }
sled = { version = "0.33", optional = true }
sled = { version = "0.34", optional = true }
quick-xml = "0.18"
rand = "0.7"
md-5 = "0.9"

Loading…
Cancel
Save