summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2022-07-25 10:05:54 +0200
committerGitHub <noreply@github.com>2022-07-25 10:05:54 +0200
commitb8eb14c3628cc0f41e2f7e2a9d9bc0b6e0ed4485 (patch)
tree12473f1b08200defec734dd16e5c5ca4cf027b2b /crates/core
parentd36d1ef240e9657cd1654b8ffa131693241735c1 (diff)
parentc810b5c54585fc8587505fb0e630b0e6d98d6202 (diff)
Merge pull request #1288 from thin-edge/dependabot/cargo/test-case-2.2.1
Bump test-case from 2.1.0 to 2.2.1
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/c8y_api/Cargo.toml2
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml2
-rw-r--r--crates/core/c8y_translator/Cargo.toml2
-rw-r--r--crates/core/plugin_sm/Cargo.toml2
-rw-r--r--crates/core/tedge/Cargo.toml2
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
-rw-r--r--crates/core/thin_edge_json/Cargo.toml2
7 files changed, 7 insertions, 7 deletions
diff --git a/crates/core/c8y_api/Cargo.toml b/crates/core/c8y_api/Cargo.toml
index 8743768b..5e809911 100644
--- a/crates/core/c8y_api/Cargo.toml
+++ b/crates/core/c8y_api/Cargo.toml
@@ -34,5 +34,5 @@ anyhow = "1.0"
assert_matches = "1.5"
mockito = "0.31"
tempfile = "3.3"
-test-case = "2.0"
+test-case = "2.2"
time = { version = "0.3", features = ["macros"] }
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 0aaf9c37..4badb030 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -26,4 +26,4 @@ assert_matches = "1.5"
assert-json-diff = "2.0"
serde_json = "1.0"
tempfile = "3.3"
-test-case = "2.0"
+test-case = "2.2"
diff --git a/crates/core/c8y_translator/Cargo.toml b/crates/core/c8y_translator/Cargo.toml
index 68280b04..3e455055 100644
--- a/crates/core/c8y_translator/Cargo.toml
+++ b/crates/core/c8y_translator/Cargo.toml
@@ -20,7 +20,7 @@ criterion = "0.3"
pretty_assertions = "1.0"
proptest = "1.0"
serde_json = "1.0"
-test-case = "2.0"
+test-case = "2.2"
time = { version = "0.3", features = ["macros"] }
[features]
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index 09e5d02c..cbfae0b7 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -24,5 +24,5 @@ anyhow = "1.0"
assert_matches = "1.5"
serial_test = "0.6"
tempfile = "3.2"
-test-case = "2.0"
+test-case = "2.2"
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index 30479893..c2589b8a 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -40,7 +40,7 @@ mqtt_tests = { path = "../../tests/mqtt_tests" }
pem = "1.0"
predicates = "2.1"
tempfile = "3.2"
-test-case = "2.0"
+test-case = "2.2"
tokio = { version = "1.12" }
[features]
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index 6f32e9b7..7359a90c 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -64,7 +64,7 @@ mqtt_tests = { path = "../../tests/mqtt_tests" }
serde_json = "1.0"
serial_test = "0.6"
tedge_test_utils = { path = "../../tests/tedge_test_utils" }
-test-case = "2.0"
+test-case = "2.2"
time = { version = "0.3", features = ["macros"] }
tokio-test = "0.4"
diff --git a/crates/core/thin_edge_json/Cargo.toml b/crates/core/thin_edge_json/Cargo.toml
index 1e3f3cf4..df8f8acc 100644
--- a/crates/core/thin_edge_json/Cargo.toml
+++ b/crates/core/thin_edge_json/Cargo.toml
@@ -24,7 +24,7 @@ proptest = "1.0"
stats_alloc = "0.1"
walkdir = "2"
assert_matches = "1.5"
-test-case = "2.0"
+test-case = "2.2"
time = { version = "0.3", features = ["macros"] }
[[bench]]