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:
parent
ae9fbe866f
commit
3eff42be5a
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue