summaryrefslogtreecommitdiffhomepage
path: root/tunnel-obfuscation
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2022-06-23 10:48:16 +0200
committerLinus Färnstrand <linus@mullvad.net>2022-07-01 10:01:42 +0200
commit77f6bab651391a765b7d7c32c3633fbccf931d5b (patch)
tree208b181ea5be29e3ed08ebdff73bf1ec09b661c4 /tunnel-obfuscation
parentcfdf8d95cdc2017152f6589ff2a439fa3a010d25 (diff)
downloadmullvadvpn-77f6bab651391a765b7d7c32c3633fbccf931d5b.tar.xz
mullvadvpn-77f6bab651391a765b7d7c32c3633fbccf931d5b.zip
Specify version on git dependencies
Diffstat (limited to 'tunnel-obfuscation')
-rw-r--r--tunnel-obfuscation/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tunnel-obfuscation/Cargo.toml b/tunnel-obfuscation/Cargo.toml
index a1d8e31618..0cf0b54add 100644
--- a/tunnel-obfuscation/Cargo.toml
+++ b/tunnel-obfuscation/Cargo.toml
@@ -12,4 +12,8 @@ async-trait = "0.1"
err-derive = "0.3.0"
futures = "0.3.5"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "net", "io-util"] }
-udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "3dae584677ed26aff08ab759f7799a55c0ff1aec" }
+
+[dependencies.udp-over-tcp]
+git = "https://github.com/mullvad/udp-over-tcp"
+rev = "3dae584677ed26aff08ab759f7799a55c0ff1aec"
+version = "0.2"