diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index 2d21d7f6..eac1a292 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] chrono = "0.2" log = "0.3.5" semver = "0.2" -toml = "0.1.25" +toml = "0.2.*" regex = "0.1" lazy_static = "0.2" itertools = "0.4"