diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index cb48af2b..e90cc0f5 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] itertools = "0.4" log = "0.3" -toml = "0.1.27" +toml = "0.2.*" semver = "0.2" url = "1.1" rust-crypto = "0.2.35"