Bump sled from 0.31.0 to 0.32.0

Bumps [sled](https://github.com/spacejam/sled) from 0.31.0 to 0.32.0.
- [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.31...v0.32)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-22 09:01:38 +00:00 committed by Deirdre Connolly
parent bf779ea1d6
commit e3ad9737e7
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1694,10 +1694,11 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "sled"
version = "0.31.0"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb6824dde66ad33bf20c6e8476f5b82b871bc8bc3c129a10ea2f7dae5060fa3"
checksum = "cdad3dc85d888056d3bd9954ffdf22d8a22701b6cd3aca4f6df4c436111898c4"
dependencies = [
"backtrace",
"crc32fast",
"crossbeam-epoch",
"crossbeam-utils 0.7.2",

View File

@ -14,7 +14,7 @@ eyre = "0.4.2"
futures = "0.3.5"
lazy_static = "1.4.0"
hex = "0.4.2"
sled = "0.31.0"
sled = "0.32.0"
serde = { version = "1", features = ["serde_derive"] }
[dev-dependencies]