diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index 5dd2504d..b3a52460 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" glob = "0.2.11" -log = "0.3.5" +log = "0.3" rustbox = "0.8.1" semver = "0.2.1" toml = "0.1.25"