Update dependency: toml-query: 0.9.2 for index-out-of-bounds fixes

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-06-29 19:59:17 +02:00
parent ae9fbe866f
commit 3eff42be5a
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ default-features = false
features = ["color", "suggestions", "wrap_help"] features = ["color", "suggestions", "wrap_help"]
[dev-dependencies] [dev-dependencies]
toml-query = "0.9" toml-query = "0.9.2"
env_logger = "0.5" env_logger = "0.5"
[dev-dependencies.libimagutil] [dev-dependencies.libimagutil]

View file

@ -33,7 +33,7 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
[dependencies.toml-query] [dependencies.toml-query]
version = "0.9" version = "0.9.2"
default-features = false default-features = false
features = [ "typed" ] features = [ "typed" ]