summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:11:44 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:11:44 +0200
commit71a98c4d998982f2364ea0de5f650aa3213e3160 (patch)
tree322b89ec909ea45e2b8424abdb04bb67e187e8d7
parent8f6738fe1b8a03cc3d31730c199d7ee1f5887447 (diff)
logged_command: Remove unused dependency "thiserror"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--Cargo.lock1
-rw-r--r--crates/common/logged_command/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0b31d339..59dcb076 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1528,7 +1528,6 @@ dependencies = [
"serial_test",
"tedge_test_utils",
"test-case",
- "thiserror",
"tokio",
]
diff --git a/crates/common/logged_command/Cargo.toml b/crates/common/logged_command/Cargo.toml
index d596f32f..e86c0a68 100644
--- a/crates/common/logged_command/Cargo.toml
+++ b/crates/common/logged_command/Cargo.toml
@@ -7,7 +7,6 @@ rust-version = "1.58.1"
[dependencies]
log = "0.4"
-thiserror = "1.0"
tokio = { version = "1.8", features = [ "fs", "io-util", "macros", "process", "rt" ] }