From bf14b9ae4e6c7d7975dca3ec4c886e7f877e1a49 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 May 2016 13:37:26 +0200 Subject: [PATCH 1/2] Update dependency: fs2 0.2.2 -> 0.2.* --- libimagstore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index 72d068d5..25001ed4 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Matthias Beyer "] [dependencies] -fs2 = "0.2.2" +fs2 = "0.2" glob = "0.2.11" lazy_static = "0.1.15" log = "0.3" From 5959b6b3cb236ca7f5f432627af029c93a315a77 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 May 2016 13:37:36 +0200 Subject: [PATCH 2/2] Update dependency: fs2 0.2.2 -> 0.2.* --- libimagstorestdhook/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 789fc053..31a1e790 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] toml = "0.1.25" log = "0.3" -fs2 = "0.2.3" +fs2 = "0.2" [dependencies.libimagstore] path = "../libimagstore"