diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 43bf50ed..81ba8f37 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] toml = "0.1.25" -log = "0.3.5" +log = "0.3" fs2 = "0.2.3" [dependencies.libimagstore]