From 60ebe89c31756d422ef1113e1e52ab38252fff7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2020 19:22:26 +0000 Subject: [PATCH] Update sled requirement from 0.31 to 0.32 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.31...v0.32) Signed-off-by: dependabot-preview[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ad3f0777..60cd7125 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] lazy_static = "1" rocksdb = { version = "0.14", optional = true } -sled = { version = "0.31", optional = true } +sled = { version = "0.32", optional = true } quick-xml = "0.18" rand = "0.7" md-5 = "0.8"