summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:11:16 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:11:16 +0200
commit8f6738fe1b8a03cc3d31730c199d7ee1f5887447 (patch)
treefc5dbbbf559ad6614f3a9527928f390949409f54 /Cargo.lock
parent0befb2c8a7c25f89f9237a32db0d0807d1e989bf (diff)
logged_command: Remove unused dependency "async-trait"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 25ba56a4..0b31d339 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1524,7 +1524,6 @@ version = "0.7.2"
dependencies = [
"anyhow",
"assert_matches",
- "async-trait",
"log",
"serial_test",
"tedge_test_utils",