From 5e363e58fe6f9184d2cb256265438abea9ae4d22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 08:34:24 -0400 Subject: [PATCH] Bump sled from 0.34.3 to 0.34.4 (#26) Bumps [sled](https://github.com/spacejam/sled) from 0.34.3 to 0.34.4. - [Release notes](https://github.com/spacejam/sled/releases) - [Changelog](https://github.com/spacejam/sled/blob/master/CHANGELOG.md) - [Commits](https://github.com/spacejam/sled/commits) 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 d1f4c4c..b755f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,9 +1276,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "sled" -version = "0.34.3" +version = "0.34.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcbf56c35b0c3f9bc208fab35e45c3bc03137d3c1a4a85bdf0b8db69aecffb45" +checksum = "f72c064e63fbca3138ad07f3588c58093f1684f3a99f60dcfa6d46b87e60fde7" dependencies = [ "crc32fast", "crossbeam-epoch", diff --git a/Cargo.toml b/Cargo.toml index 5939659..126186f 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.3" +sled = "0.34.4" clap = "2.33.3"