summaryrefslogtreecommitdiffstats
path: root/crates/common/logged_command/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/logged_command/Cargo.toml')
-rw-r--r--crates/common/logged_command/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/common/logged_command/Cargo.toml b/crates/common/logged_command/Cargo.toml
index 9a9b9442..e86c0a68 100644
--- a/crates/common/logged_command/Cargo.toml
+++ b/crates/common/logged_command/Cargo.toml
@@ -1,14 +1,12 @@
[package]
name = "logged_command"
-version = "0.7.1"
+version = "0.7.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
[dependencies]
-async-trait = "0.1"
log = "0.4"
-thiserror = "1.0"
tokio = { version = "1.8", features = [ "fs", "io-util", "macros", "process", "rt" ] }