summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:02:08 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:03:16 +0200
commit8f9d1a1fb89c7ce2a34e7a9fe2ad02fd05a1f0aa (patch)
treea755996ec052f31ea4b9a74c312ae3334c181049 /crates
parent6a0d1378fb63ec2f41f9760438ecc0794df34028 (diff)
tedge_agent: Remove unused dependency "mockall"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/core/tedge_agent/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index ff40fa72..b92f47a9 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -28,7 +28,6 @@ async-trait = "0.1"
clap = { version = "3.0", features = ["cargo", "derive"] }
flockfile = { path = "../../common/flockfile" }
futures = "0.3"
-mockall = "0.10"
mqtt_channel = { path = "../../common/mqtt_channel" }
plugin_sm = { path = "../plugin_sm" }
serde = { version = "1.0", features = ["derive"] }