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 /mullvad-api | |
| parent | adbbf8c48b2e9326bca2508d72da2b13aa2636b8 (diff) | |
| download | mullvadvpn-72dc936eb6b5a2d4233a0cc81eba729f2bd12fcd.tar.xz mullvadvpn-72dc936eb6b5a2d4233a0cc81eba729f2bd12fcd.zip | |
Bump shadowsocks to released versions
Diffstat (limited to 'mullvad-api')
| -rw-r--r-- | mullvad-api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index 074d67c7c1..b402d5b6b1 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -35,7 +35,7 @@ mullvad-types = { path = "../mullvad-types" } talpid-types = { path = "../talpid-types" } talpid-time = { path = "../talpid-time" } -shadowsocks = { git = "https://github.com/shadowsocks/shadowsocks-rust", rev = "7388ddfb7d36d5b84908c476daabc91c8b065a37", default-features = false, features = ["stream-cipher"] } +shadowsocks = { version = "1.14.2", default-features = false, features = ["stream-cipher"] } [target.'cfg(target_os="macos")'.dependencies] tokio-stream = { version = "0.1", features = ["io-util"] } |
