summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-12-13 11:47:25 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-12-13 11:47:25 +0100
commit6cb94c49531ca7a3fad5519993ce1b87ee6be93f (patch)
tree51221d8404899226d896a8c825193217c26b9647
parentd6fe6573211bfc39d30ecaca67e308aa35399985 (diff)
parent6606eb860b51d1657e559c860c12752187c77fca (diff)
downloadmullvadvpn-6cb94c49531ca7a3fad5519993ce1b87ee6be93f.tar.xz
mullvadvpn-6cb94c49531ca7a3fad5519993ce1b87ee6be93f.zip
Merge branch 'remove-unused-dependencies'
-rw-r--r--Cargo.lock3
-rw-r--r--mullvad-rpc/Cargo.toml4
-rw-r--r--mullvad-types/Cargo.toml1
3 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f61e4a57b1..6d32793234 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1464,7 +1464,6 @@ version = "0.1.0"
dependencies = [
"chrono",
"err-derive",
- "filetime",
"futures",
"http",
"hyper",
@@ -1478,7 +1477,6 @@ dependencies = [
"serde",
"serde_json",
"talpid-types",
- "tempfile",
"tokio",
"tokio-rustls",
"tokio-stream",
@@ -1519,7 +1517,6 @@ dependencies = [
"log",
"regex",
"serde",
- "serde_json",
"talpid-types",
]
diff --git a/mullvad-rpc/Cargo.toml b/mullvad-rpc/Cargo.toml
index 75f80cde88..4f1c0f06dc 100644
--- a/mullvad-rpc/Cargo.toml
+++ b/mullvad-rpc/Cargo.toml
@@ -33,9 +33,5 @@ lazy_static = "1.1.0"
mullvad-types = { path = "../mullvad-types" }
talpid-types = { path = "../talpid-types" }
-[dev-dependencies]
-filetime = "0.2"
-tempfile = "3.0"
-
[target.'cfg(target_os="macos")'.dependencies]
tokio-stream = { version = "0.1", features = ["io-util"] }
diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml
index b16b3bee13..b8e2131a83 100644
--- a/mullvad-types/Cargo.toml
+++ b/mullvad-types/Cargo.toml
@@ -15,7 +15,6 @@ lazy_static = "1.1.0"
log = "0.4"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0"
talpid-types = { path = "../talpid-types" }