summaryrefslogtreecommitdiffstats
path: root/crates/common
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common')
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/logged_command/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index 5f92636b..504600ba 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -23,5 +23,5 @@ anyhow = "1.0"
mockito = "0.31"
regex = "1.5"
tempfile = "3.2"
-test-case = "2.0"
+test-case = "2.2"
tokio-test = "0.4"
diff --git a/crates/common/logged_command/Cargo.toml b/crates/common/logged_command/Cargo.toml
index 550debb8..e4ccf9a1 100644
--- a/crates/common/logged_command/Cargo.toml
+++ b/crates/common/logged_command/Cargo.toml
@@ -15,4 +15,4 @@ anyhow = "1.0"
assert_matches = "1.5"
serial_test = "0.6"
tedge_test_utils = { path = "../../tests/tedge_test_utils" }
-test-case = "2.0"
+test-case = "2.2"