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" 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"