diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 43c2830c..42b6fa8d 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] log = "0.3" -toml = "0.1.25" +toml = "0.2.*" glob = "0.2.11" [dependencies.libimagstore]