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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/logged_command/Cargo.toml b/crates/common/logged_command/Cargo.toml
index 2e026e9d..9a9b9442 100644
--- a/crates/common/logged_command/Cargo.toml
+++ b/crates/common/logged_command/Cargo.toml
@@ -16,5 +16,5 @@ tokio = { version = "1.8", features = [ "fs", "io-util", "macros", "process", "r
anyhow = "1.0"
assert_matches = "1.5"
serial_test = "0.6"
-tempfile = "3.2"
+tedge_test_utils = { path = "../../tests/tedge_test_utils" }
test-case = "2.0"