From 2dc9a8b51442a79992beae156a31b11409431679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 06:05:38 +0000 Subject: [PATCH] Update sled requirement from 0.33 to 0.34 Updates the requirements on [sled](https://github.com/spacejam/sled) to permit the latest version. - [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.33...v0.34) Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 868413b8..fdf39fc3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,7 +18,7 @@ all-features = true [dependencies] lazy_static = "1" rocksdb = { version = "0.14", optional = true } -sled = { version = "0.33", optional = true } +sled = { version = "0.34", optional = true } quick-xml = "0.18" rand = "0.7" md-5 = "0.9"