summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c67b0a4..4f7ca7bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1397,6 +1397,7 @@ dependencies = [
"rumqttd",
"rumqttlog",
"serde",
+ "tedge_utils",
"thiserror",
"tokio",
"tokio-test",
@@ -2599,7 +2600,11 @@ dependencies = [
name = "tedge_utils"
version = "0.2.3"
dependencies = [
+ "anyhow",
"assert_matches",
+ "futures",
+ "rumqttd",
+ "rumqttlog",
"tempfile",
"thiserror",
"tokio",