summaryrefslogtreecommitdiffstats
path: root/crates/common/download/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/download/Cargo.toml')
-rw-r--r--crates/common/download/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index b569e113..e4977cb5 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -14,9 +14,8 @@ nix = "0.23"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-tedge_utils = { path = "../tedge_utils" }
thiserror = "1.0"
-tokio = "1.12"
+tokio = { version = "1.12", features = ["fs"] }
url = "2.2"
[dev-dependencies]