Bump sled from 0.34.1 to 0.34.2 (#18)

Bumps [sled](https://github.com/spacejam/sled) from 0.34.1 to 0.34.2.
- [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.34.1...v0.34.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-07-29 21:14:05 -04:00
committed by GitHub
parent 9264b7819c
commit cc8a24516c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1072,9 +1072,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "sled"
version = "0.34.1"
version = "0.34.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2d1099e4b377a0d95f39ace9602f97fb03cc17356611054f24327d93b5f35c2"
checksum = "9e6a1b592011d7eb727a261d2f80608db11d7f02972c7016e8d4e74e67fe0daf"
dependencies = [
"crc32fast",
"crossbeam-epoch",

View File

@@ -16,5 +16,5 @@ log = "0.4"
pretty_env_logger = "0.4.0"
regex = "1.3.9"
rust-crypto = "^0.2"
sled = "0.34.1"
sled = "0.34.2"
clap = "2.33.1"