summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-03 07:35:12 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-03 07:35:12 +0200
commitfb1d39d03e122b845564acde59e34da079253370 (patch)
treeb1667e7a284451e17ccf47403cf7111e4d625223
parent8fa12d382a75562e69d08a83b075242bd89c6ba6 (diff)
mqtt_channel: Remove unused dependency "tedge_utils"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--Cargo.lock1
-rw-r--r--crates/common/mqtt_channel/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6cfb3a7f..efdbe540 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1642,7 +1642,6 @@ dependencies = [
"mqtt_tests",
"rumqttc",
"serial_test",
- "tedge_utils",
"thiserror",
"tokio",
]
diff --git a/crates/common/mqtt_channel/Cargo.toml b/crates/common/mqtt_channel/Cargo.toml
index 9c75e543..c4a2e352 100644
--- a/crates/common/mqtt_channel/Cargo.toml
+++ b/crates/common/mqtt_channel/Cargo.toml
@@ -12,7 +12,6 @@ async-trait = "0.1"
futures = "0.3"
fastrand = "1.8"
rumqttc = "0.10"
-tedge_utils = { path = "../tedge_utils" }
thiserror = "1.0"
tokio = { version = "1.12", features = ["rt", "time"] }