From 619c499ba6360fca25072266b4ca8095888f2173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 09:01:02 +0000 Subject: [PATCH] build(deps): bump sled from 0.34.2 to 0.34.3 Bumps [sled](https://github.com/spacejam/sled) from 0.34.2 to 0.34.3. - [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[bot] --- Cargo.lock | 4 ++-- zebra-state/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad98f283..6e3a176f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2256,9 +2256,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "sled" -version = "0.34.2" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6a1b592011d7eb727a261d2f80608db11d7f02972c7016e8d4e74e67fe0daf" +checksum = "fcbf56c35b0c3f9bc208fab35e45c3bc03137d3c1a4a85bdf0b8db69aecffb45" dependencies = [ "crc32fast", "crossbeam-epoch", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 091a8303..23d8e388 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -15,7 +15,7 @@ dirs = "3.0.1" hex = "0.4.2" lazy_static = "1.4.0" serde = { version = "1", features = ["serde_derive"] } -sled = "0.34.2" +sled = "0.34.3" futures = "0.3.5" tower = "0.3.1"