build(deps): bump sled from 0.33.0 to 0.34.0 (#735)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-07-23 10:55:34 -07:00 committed by GitHub
parent 909b74a613
commit e99e9653eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 10 deletions

11
Cargo.lock generated
View File

@ -88,12 +88,6 @@ version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
[[package]]
name = "array-init"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30bbe2f5e3d117f55bd8c7a1f9191e4a5deba9f15f595bbea4f670c59c765db"
[[package]]
name = "arrayref"
version = "0.3.6"
@ -1901,11 +1895,10 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "sled"
version = "0.33.0"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "701fd6e07375a3ecff6f754e990862fc115e881f602b950518e18658005e262b"
checksum = "2b2aed3832b6d0c828efe6bcb6c309a18cf487dffc5cc0787da2ce140f0fb0ce"
dependencies = [
"array-init",
"crc32fast",
"crossbeam-epoch",
"crossbeam-utils",

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.33.0"
sled = "0.34.0"
serde = { version = "1", features = ["serde_derive"] }
dirs = "3.0.1"
tracing = "0.1"