summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-22 13:42:07 +0000
committerGitHub <noreply@github.com>2022-07-22 13:42:07 +0000
commitc810b5c54585fc8587505fb0e630b0e6d98d6202 (patch)
tree54d1e87a48765970f39c4550a5214d4119e26fb4 /plugins
parentcf00c1d358f2c9ba67ca5af46fd82fb9f2cf37a6 (diff)
Bump test-case from 2.1.0 to 2.2.1
Bumps [test-case](https://github.com/frondeus/test-case) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/frondeus/test-case/releases) - [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/frondeus/test-case/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'plugins')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index 4eb226bd..9a62c59d 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 42569086..28d7ccc7 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 = []