summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2023-08-28 13:04:28 +0200
committerEmīls <emils@mullvad.net>2023-08-28 16:14:32 +0200
commitfbecf69350f41c585b372cc92cd8d4f37de569f2 (patch)
treec4f769ab3b6447175d1938172b6c9be139c35d9f /mullvad-api
parent8ae1bfbfae9406a353ad540b8119c144d916b38f (diff)
downloadmullvadvpn-fbecf69350f41c585b372cc92cd8d4f37de569f2.tar.xz
mullvadvpn-fbecf69350f41c585b372cc92cd8d4f37de569f2.zip
Update shadowsocks to 1.16
Diffstat (limited to 'mullvad-api')
-rw-r--r--mullvad-api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml
index 8247f5c238..b819892a30 100644
--- a/mullvad-api/Cargo.toml
+++ b/mullvad-api/Cargo.toml
@@ -32,4 +32,4 @@ mullvad-types = { path = "../mullvad-types" }
talpid-types = { path = "../talpid-types" }
talpid-time = { path = "../talpid-time" }
-shadowsocks = { git = "https://github.com/mullvad/shadowsocks-rust", rev = "c45980bb22d0d50ac888813c59a1edf0cff14a36", features = [ "stream-cipher" ] }
+shadowsocks = { workspace = true, features = [ "stream-cipher" ] }