summaryrefslogtreecommitdiffstats
path: root/crates/core/plugin_sm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/plugin_sm/Cargo.toml')
-rw-r--r--crates/core/plugin_sm/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index 80c1cc9e..79b777c5 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
-version = "0.7.1"
+version = "0.7.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
@@ -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"] }