diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 5e454ec6..9a32ce4d 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -21,7 +21,7 @@ semver = "0.5.1" serde_json = "0.8.3" task-hookrs = "0.2.2" toml = "0.4.*" -toml-query = "0.1.*" +toml-query = "0.2.*" is-match = "0.1.*" version = "2.0.1" diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index b1133a1b..4298a935 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/Cargo.toml @@ -16,7 +16,7 @@ homepage = "http://imag-pim.org" [dependencies] log = "0.3" toml = "0.4.*" -toml-query = "0.1.*" +toml-query = "0.2.*" semver = "0.5" [dependencies.libimagstore] diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index bddb1a09..c0f519f2 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/Cargo.toml @@ -18,7 +18,7 @@ chrono = "0.2" log = "0.3" semver = "0.5" toml = "0.4.*" -toml-query = "0.1.*" +toml-query = "0.2.*" regex = "0.1" lazy_static = "0.2" itertools = "0.5" diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index cf971e6a..3f4c5bf7 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -18,7 +18,7 @@ semver = "0.2" task-hookrs = "0.2.2" uuid = "0.3" toml = "0.4.*" -toml-query = "0.1.*" +toml-query = "0.2.*" is-match = "0.1.*" log = "0.3" serde_json = "0.8"