diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 8093905d..e8905dfe 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" toml = "0.1.25" [dependencies.libimagstore]