From 889f780292fdff1fc823374d8835901606a251ff Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 14 Jul 2022 09:05:18 +0200 Subject: plugin_sm: Remove unused dependency "tedge_utils" Signed-off-by: Matthias Beyer --- Cargo.lock | 1 - crates/core/plugin_sm/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da7e620b..375408c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2069,7 +2069,6 @@ dependencies = [ "serde", "serde_json", "serial_test", - "tedge_utils", "tempfile", "test-case", "thiserror", diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml index 79169d5c..79b777c5 100644 --- a/crates/core/plugin_sm/Cargo.toml +++ b/crates/core/plugin_sm/Cargo.toml @@ -13,7 +13,6 @@ download = { path = "../../common/download" } logged_command = { path = "../../common/logged_command" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tedge_utils = { path = "../../common/tedge_utils" } time = { version = "0.3", features = ["formatting"] } thiserror = "1.0" tokio = { version = "1.8", features = ["process", "rt"] } -- cgit v1.2.3