summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-11-29 11:26:49 +0100
committerLinus Färnstrand <linus@mullvad.net>2023-11-29 11:26:49 +0100
commitf2944c0e40af976e4ac9e80b348fef5ed52194b9 (patch)
tree75c73de94cd17cbdd0a21b63688153fadb201f85
parent12d3433147e0fb6059b38cc4d6fe31f28c3f77dd (diff)
parenta3632c3225c74d39f938e48384bb6b2b7014fe49 (diff)
downloadmullvadvpn-f2944c0e40af976e4ac9e80b348fef5ed52194b9.tar.xz
mullvadvpn-f2944c0e40af976e4ac9e80b348fef5ed52194b9.zip
Merge branch 'add-missing-tokio-feature-tunnel-client'
-rw-r--r--talpid-tunnel-config-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-tunnel-config-client/Cargo.toml b/talpid-tunnel-config-client/Cargo.toml
index 751366ff66..aed783edae 100644
--- a/talpid-tunnel-config-client/Cargo.toml
+++ b/talpid-tunnel-config-client/Cargo.toml
@@ -15,7 +15,7 @@ talpid-types = { path = "../talpid-types" }
tonic = { workspace = true }
tower = { workspace = true }
prost = { workspace = true }
-tokio = { workspace = true }
+tokio = { workspace = true, features = ["macros"] }
classic-mceliece-rust = { version = "2.0.0", features = ["mceliece460896f", "zeroize"] }
pqc_kyber = { version = "0.4.0", features = ["std", "kyber1024", "zeroize"] }
zeroize = "1.5.7"