summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-09-06 10:04:27 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-09-06 10:15:49 +0200
commitd939ef55c0e21e97b3d9f39dcd54e96a879b0aed (patch)
tree189fb3a2eac3c1ae72ac053dc1ec58521c978e06
parenta0bd3fb5eb004685e152a7134d1877119adee87d (diff)
downloadmullvadvpn-d939ef55c0e21e97b3d9f39dcd54e96a879b0aed.tar.xz
mullvadvpn-d939ef55c0e21e97b3d9f39dcd54e96a879b0aed.zip
Remove unused hex dependency
-rw-r--r--Cargo.lock1
-rw-r--r--talpid-types/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 629dbcf4f1..92951a49f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2309,7 +2309,6 @@ version = "0.1.0"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml
index bfcb2bed5d..6850c1e9b4 100644
--- a/talpid-types/Cargo.toml
+++ b/talpid-types/Cargo.toml
@@ -10,7 +10,6 @@ edition = "2018"
serde = { version = "1.0", features = ["derive"] }
ipnetwork = "0.14"
base64 = "0.10"
-hex = "0.3"
x25519-dalek = { version = "0.4.5", features = [ "std", "u64_backend" ], default-features = false }
rand = "0.7"
err-derive = "0.1.5"