summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-06-29 19:59:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-06-29 21:36:59 +0200
commit3eff42be5a7030aa89f023eef931065ea5be0c74 (patch)
tree587ddfb742038ecc746e708895e7d6661f885362
parentae9fbe866f8dec1de33b2329aeba30c84415aeae (diff)
Update dependency: toml-query: 0.9.2 for index-out-of-bounds fixes
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--bin/core/imag-tag/Cargo.toml2
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml
index 6f3f6132..31faafb1 100644
--- a/bin/core/imag-tag/Cargo.toml
+++ b/bin/core/imag-tag/Cargo.toml
@@ -36,7 +36,7 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies]
-toml-query = "0.9"
+toml-query = "0.9.2"
env_logger = "0.5"
[dev-dependencies.libimagutil]
diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml
index 55175811..da5a6a79 100644
--- a/lib/entry/libimagentrytag/Cargo.toml
+++ b/lib/entry/libimagentrytag/Cargo.toml
@@ -33,7 +33,7 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
[dependencies.toml-query]
-version = "0.9"
+version = "0.9.2"
default-features = false
features = [ "typed" ]