summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-api')
-rw-r--r--mullvad-api/Cargo.toml2
-rw-r--r--mullvad-api/src/https_client_with_sni.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml
index c61b686823..e31d54c5e3 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 = { version = "1.14.2", default-features = false, features = ["stream-cipher"] }
+shadowsocks = { version = "1.15.3", default-features = false, features = ["stream-cipher"] }
diff --git a/mullvad-api/src/https_client_with_sni.rs b/mullvad-api/src/https_client_with_sni.rs
index 7202257686..dbe71203ec 100644
--- a/mullvad-api/src/https_client_with_sni.rs
+++ b/mullvad-api/src/https_client_with_sni.rs
@@ -16,7 +16,7 @@ use hyper::{
use shadowsocks::{
config::ServerType,
context::{Context as SsContext, SharedContext},
- crypto::v1::CipherKind,
+ crypto::CipherKind,
relay::tcprelay::ProxyClientStream,
ServerConfig,
};