From f70f3b324c50292f79d70f50d8340be2188d58cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 09:07:41 +0000 Subject: [PATCH] Bump sled from 0.32.1 to 0.33.0 Bumps [sled](https://github.com/spacejam/sled) from 0.32.1 to 0.33.0. - [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.32.1...v0.33) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- zebra-state/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95eabfab..5a527852 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,12 +1779,11 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "sled" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e3dbbb8ee10611bd1d020767c27599ccbbf8365f7e0ed7e54429cc8b9433ad8" +checksum = "701fd6e07375a3ecff6f754e990862fc115e881f602b950518e18658005e262b" dependencies = [ "array-init", - "backtrace", "crc32fast", "crossbeam-epoch", "crossbeam-utils 0.7.2", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 774b1717..e88ac071 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -13,7 +13,7 @@ tower = "0.3.1" futures = "0.3.5" lazy_static = "1.4.0" hex = "0.4.2" -sled = "0.32.1" +sled = "0.33.0" serde = { version = "1", features = ["serde_derive"] } [dev-dependencies]