Update sled requirement from 0.33 to 0.34

Updates the requirements on [sled](https://github.com/spacejam/sled) to permit the latest version.
- [Release notes](https://github.com/spacejam/sled/releases)
- [Changelog](https://github.com/spacejam/sled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spacejam/sled/compare/v0.33...v0.34)

Signed-off-by: dependabot[bot] <support@github.com>
pull/43/head
dependabot[bot] 4 years ago committed by GitHub
parent 935de8d130
commit 2dc9a8b514
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