Bump sled from 0.34.5 to 0.34.6 (#49)

Bumps [sled](https://github.com/spacejam/sled) from 0.34.5 to 0.34.6.
- [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.5...v0.34.6)

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-11-13 08:26:48 -05:00
committed by GitHub
parent 87950dc8ee
commit ddf9c7ea43
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1158,9 +1158,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "sled"
version = "0.34.5"
version = "0.34.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34a9981af2a13b88f562777db36ed6e8695eef9be8bbbfb1c8b1c83762b8c15c"
checksum = "1d0132f3e393bcb7390c60bb45769498cf4550bcb7a21d7f95c02b69f6362cdc"
dependencies = [
"crc32fast",
"crossbeam-epoch",

View File

@@ -15,7 +15,7 @@ log = "0.4"
pretty_env_logger = "0.4.0"
regex = "1.4.2"
rust-crypto = "^0.2"
sled = "0.34.5"
sled = "0.34.6"
clap = "2.33.3"
envconfig = "0.9.1"
envconfig_derive = "0.9.1"