summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--crates/core/tedge_agent/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e2af4029..da7e620b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2913,7 +2913,6 @@ dependencies = [
"clap 3.1.18",
"flockfile",
"futures",
- "mockall 0.10.2",
"mqtt_channel",
"mqtt_tests",
"once_cell",
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"] }