summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2022-05-13 18:30:44 +0530
committerAlbin Suresh <albin.suresh@softwareag.com>2022-05-13 19:10:18 +0530
commit3a892093d38f9320800bdb635012c5b860c018b0 (patch)
tree7a755ab5860099463803487c09183871444c6735 /crates/core
parentbd98cc741db568b27d46dae4e4be3ca35d47b02f (diff)
Update serial_test crate version
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/plugin_sm/Cargo.toml2
-rw-r--r--crates/core/tedge_agent/Cargo.toml2
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index 6070c13b..f8393219 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -23,7 +23,7 @@ url = "2.2"
[dev-dependencies]
anyhow = "1.0"
assert_matches = "1.5"
-serial_test = "0.5.1"
+serial_test = "0.6"
tempfile = "3.2"
test-case = "2.0"
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index a10ab647..0e9a1a11 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -52,4 +52,4 @@ tedge_users = { path = "../../common/tedge_users"}
tedge_utils = { path = "../../common/tedge_utils"}
tempfile = "3.2"
tokio-test = "0.4"
-serial_test = "0.5"
+serial_test = "0.6"
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index af240f7b..b7561fb3 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -62,7 +62,7 @@ serde = "1.0"
mockito = "0.31"
mqtt_tests = { path = "../../tests/mqtt_tests" }
serde_json = "1.0"
-serial_test = "0.5"
+serial_test = "0.6"
tempfile = "3.2"
test-case = "2.0"
time = { version = "0.3", features = ["macros"] }