diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index 14a3c735..266f9571 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Matthias Beyer "] [dependencies] -itertools = "0.4.7" +itertools = "0.4" log = "0.3.4" toml = "0.1.27" semver = "0.2"