diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-04-12 09:05:00 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-04-12 09:05:00 +0200 |
| commit | 72dc936eb6b5a2d4233a0cc81eba729f2bd12fcd (patch) | |
| tree | e77bc6633280bbaa1bd2af8120d535fa2f045437 /talpid-core | |
| parent | adbbf8c48b2e9326bca2508d72da2b13aa2636b8 (diff) | |
| download | mullvadvpn-72dc936eb6b5a2d4233a0cc81eba729f2bd12fcd.tar.xz mullvadvpn-72dc936eb6b5a2d4233a0cc81eba729f2bd12fcd.zip | |
Bump shadowsocks to released versions
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index d9b6ddd5d9..e422a537ca 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1.8", features = ["process", "rt-multi-thread", "fs"] } tokio-stream = { version = "0.1", features = ["io-util"] } rand = "0.7" tunnel-obfuscation = { path = "../tunnel-obfuscation" } -shadowsocks-service = { git = "https://github.com/shadowsocks/shadowsocks-rust", rev = "7388ddfb7d36d5b84908c476daabc91c8b065a37", default-features = false, features = ["local", "stream-cipher"] } +shadowsocks-service = { version = "1.14.3", default-features = false, features = ["local", "stream-cipher"] } [target.'cfg(not(target_os="android"))'.dependencies] byteorder = "1" |
