summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Cargo.lock8
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/logged_command/Cargo.toml2
-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
-rw-r--r--plugins/c8y_configuration_plugin/Cargo.toml2
-rw-r--r--plugins/c8y_log_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apt_plugin/Cargo.toml2
13 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20219666..3525c19a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3053,18 +3053,18 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
[[package]]
name = "test-case"
-version = "2.1.0"
+version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "196e8a70562e252cc51eaaaee3ecddc39803d9b7fd4a772b7c7dae7cdf42a859"
+checksum = "07aea929e9488998b64adc414c29fe5620398f01c2e3f58164122b17e567a6d5"
dependencies = [
"test-case-macros",
]
[[package]]
name = "test-case-macros"
-version = "2.1.0"
+version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8dd461f47ade621665c9f4e44b20449341769911c253275dc5cb03726cbb852c"
+checksum = "c95968eedc6fc4f5c21920e0f4264f78ec5e4c56bb394f319becc1a5830b3e54"
dependencies = [
"cfg-if 1.0.0",
"proc-macro-error",
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"
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]]
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index 5910558f..baeba839 100644
--- a/plugins/c8y_configuration_plugin/Cargo.toml
+++ b/plugins/c8y_configuration_plugin/Cargo.toml
@@ -38,5 +38,5 @@ mockito = "0.31"
mqtt_tests = { path = "../../crates/tests/mqtt_tests" }
serial_test = "0.6"
tedge_test_utils = { path = "../../crates/tests/tedge_test_utils" }
-test-case = "2.0"
+test-case = "2.2"
toml = "0.5"
diff --git a/plugins/c8y_log_plugin/Cargo.toml b/plugins/c8y_log_plugin/Cargo.toml
index fc3d3209..87d09a3c 100644
--- a/plugins/c8y_log_plugin/Cargo.toml
+++ b/plugins/c8y_log_plugin/Cargo.toml
@@ -40,5 +40,5 @@ assert_matches = "1.5"
filetime = "0.2"
mockall = "0.11"
tempfile = "3.3"
-test-case = "2.0"
+test-case = "2.2"
serial_test = "0.6"
diff --git a/plugins/tedge_apt_plugin/Cargo.toml b/plugins/tedge_apt_plugin/Cargo.toml
index 168f64f6..bcc3ebcc 100644
--- a/plugins/tedge_apt_plugin/Cargo.toml
+++ b/plugins/tedge_apt_plugin/Cargo.toml
@@ -26,7 +26,7 @@ hamcrest2 = "0.3"
reqwest = { version = "0.11", default-features = false, features = [ "blocking", "rustls-tls" ] }
serial_test = "0.6"
tedge_utils = { path = "../../crates/common/tedge_utils" }
-test-case = "2.0"
+test-case = "2.2"
[features]
requires-sudo = []