From ce7f3e6c016d08478a00f468f167decb2711679a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 11:07:29 +0000 Subject: [PATCH] build(deps): bump sled from 0.34.0 to 0.34.2 Bumps [sled](https://github.com/spacejam/sled) from 0.34.0 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...v0.34.2) 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 5fe0549d4..1bd55e5c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,9 +1919,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "sled" -version = "0.34.0" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2aed3832b6d0c828efe6bcb6c309a18cf487dffc5cc0787da2ce140f0fb0ce" +checksum = "9e6a1b592011d7eb727a261d2f80608db11d7f02972c7016e8d4e74e67fe0daf" dependencies = [ "crc32fast", "crossbeam-epoch", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index e6a724f8c..0a5cb6162 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.0" +sled = "0.34.2" futures = "0.3.5" tower = "0.3.1"