summaryrefslogtreecommitdiffstats
path: root/tests/ui/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:15:30 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:15:40 +0200
commit6bc08b60e6e3a99cc9a263713db33061d63dc964 (patch)
treee3b7d58387d6104fc567defcf84878517defaf1b /tests/ui/Cargo.toml
parentbe50f5ad51d05dd3d24ecfd6343055737a2757f0 (diff)
parent1f86bcd12178fd45772b565213e3f874f62494be (diff)
Merge branch 'update-deps' into masterHEADmaster
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'tests/ui/Cargo.toml')
-rw-r--r--tests/ui/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml
index 2d823191..7cb4b9ee 100644
--- a/tests/ui/Cargo.toml
+++ b/tests/ui/Cargo.toml
@@ -11,13 +11,13 @@ license = "LGPL-2.1"
publish = false
[dependencies]
-assert_cmd = "0.11"
-assert_fs = "0.11"
+assert_cmd = "1"
+assert_fs = "1"
duct = "0.13"
env_logger = "0.7"
log = "0.4"
predicates = "1"
pretty_assertions = "0.6"
-semver = "0.9"
+semver = "0.10"
version = "3"