summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-23 14:48:28 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 13:31:27 +0100
commitda931f6ab7595dde1a857a4ef52cac1c336711d1 (patch)
tree18df2fa7fb55f8bd6b6100811fd6f7b9518a7e61 /tests
parent474a5f6498485671ac1ab66591f12876efddd3d7 (diff)
Update toml-query: 0.9.2 -> 0.10.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/version-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/version-sync/Cargo.toml b/tests/version-sync/Cargo.toml
index f6987af5..d6f285fe 100644
--- a/tests/version-sync/Cargo.toml
+++ b/tests/version-sync/Cargo.toml
@@ -15,5 +15,5 @@ env_logger = "0.7"
log = "0.4.6"
version-sync = "0.8"
walkdir = "2"
-toml-query = "0.9"
+toml-query = "0.10"
toml = "0.5"