From 9264b7819c9e2429c4c62c1791b56ae5e491404d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 08:39:57 -0400 Subject: [PATCH] Bump sled from 0.34.0 to 0.34.1 (#17) Bumps [sled](https://github.com/spacejam/sled) from 0.34.0 to 0.34.1. - [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...v0.34.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8830560..130c7e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,9 +1072,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "sled" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2aed3832b6d0c828efe6bcb6c309a18cf487dffc5cc0787da2ce140f0fb0ce" +checksum = "a2d1099e4b377a0d95f39ace9602f97fb03cc17356611054f24327d93b5f35c2" dependencies = [ "crc32fast", "crossbeam-epoch", diff --git a/Cargo.toml b/Cargo.toml index 39eb5a6..a662886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ log = "0.4" pretty_env_logger = "0.4.0" regex = "1.3.9" rust-crypto = "^0.2" -sled = "0.34.0" +sled = "0.34.1" clap = "2.33.1"