Bump sled from 0.32.1 to 0.33.0

Bumps [sled](https://github.com/spacejam/sled) from 0.32.1 to 0.33.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.32.1...v0.33)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-15 09:07:41 +00:00 committed by Henry de Valence
parent e58de06cb0
commit f70f3b324c
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1779,12 +1779,11 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "sled"
version = "0.32.1"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e3dbbb8ee10611bd1d020767c27599ccbbf8365f7e0ed7e54429cc8b9433ad8"
checksum = "701fd6e07375a3ecff6f754e990862fc115e881f602b950518e18658005e262b"
dependencies = [
"array-init",
"backtrace",
"crc32fast",
"crossbeam-epoch",
"crossbeam-utils 0.7.2",

View File

@ -13,7 +13,7 @@ tower = "0.3.1"
futures = "0.3.5"
lazy_static = "1.4.0"
hex = "0.4.2"
sled = "0.32.1"
sled = "0.33.0"
serde = { version = "1", features = ["serde_derive"] }
[dev-dependencies]