From eb0ecf33ec1eace35c77d6a363329aff4877a839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Mar 2019 05:52:41 +0000 Subject: [PATCH] Update flat-tree requirement from 3.4.0 to 4.0.1 Updates the requirements on [flat-tree](https://github.com/mafintosh/flat-tree-rs) to permit the latest version. - [Release notes](https://github.com/mafintosh/flat-tree-rs/releases) - [Changelog](https://github.com/datrs/flat-tree/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/flat-tree-rs/compare/3.4.0...4.0.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd583c..8e2a5ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ blake2-rfc = "0.2.18" byteorder = "1.2.6" ed25519-dalek = "0.8.1" failure = "0.1.2" -flat-tree = "3.4.0" +flat-tree = "4.0.1" lazy_static = "1.1.0" memory-pager = "0.8.0" merkle-tree-stream = "0.8.0"