diff --git a/Cargo.toml b/Cargo.toml index 6d117009ad2c..b25c50782b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,7 +192,7 @@ jemallocator = { version = "0.5", optional = true } snmalloc-rs = { version = "0.3", optional = true } rpmalloc = { version = "0.2", optional = true } -shadowsocks-service = { version = "1.17.2", path = "./crates/shadowsocks-service" } +shadowsocks-service = { version = "1.18.0", path = "./crates/shadowsocks-service" } windows-service = { version = "0.6", optional = true } diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index cd0419af3941..dfa2e50a82d8 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -177,7 +177,7 @@ smoltcp = { version = "0.11", optional = true, default-features = false, feature serde = { version = "1.0", features = ["derive"] } json5 = "0.4" -shadowsocks = { version = "1.17.2", path = "../shadowsocks", default-features = false } +shadowsocks = { version = "1.18.0", path = "../shadowsocks", default-features = false } # Just for the ioctl call macro [target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))'.dependencies]