From cd5dbbe1656de505eb93df389429bbe21c36b912 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:19:44 +0200 Subject: semver: 0.9.0 -> 0.10.0 Signed-off-by: Matthias Beyer --- tests/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ui/Cargo.toml') diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml index 2d823191..9ce60144 100644 --- a/tests/ui/Cargo.toml +++ b/tests/ui/Cargo.toml @@ -18,6 +18,6 @@ env_logger = "0.7" log = "0.4" predicates = "1" pretty_assertions = "0.6" -semver = "0.9" +semver = "0.10" version = "3" -- cgit v1.2.3 From 6c9029b996073959787c3bf72d1d397127075219 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:45:11 +0200 Subject: assert_cmd: 0.11 -> 1 Signed-off-by: Matthias Beyer --- tests/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ui/Cargo.toml') diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml index 9ce60144..922334ac 100644 --- a/tests/ui/Cargo.toml +++ b/tests/ui/Cargo.toml @@ -11,7 +11,7 @@ license = "LGPL-2.1" publish = false [dependencies] -assert_cmd = "0.11" +assert_cmd = "1" assert_fs = "0.11" duct = "0.13" env_logger = "0.7" -- cgit v1.2.3 From a3dd2121847584242475bbb6580c4120c547630c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:45:53 +0200 Subject: assert_fs: 0.11 -> 1 Signed-off-by: Matthias Beyer --- tests/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ui/Cargo.toml') diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml index 922334ac..7cb4b9ee 100644 --- a/tests/ui/Cargo.toml +++ b/tests/ui/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] assert_cmd = "1" -assert_fs = "0.11" +assert_fs = "1" duct = "0.13" env_logger = "0.7" log = "0.4" -- cgit v1.2.3