diff --git a/Cargo.lock b/Cargo.lock index 4a11c129..1bb9a0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3215,7 +3215,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.20.1" +version = "1.20.2" dependencies = [ "base64 0.22.1", "build-time", @@ -3256,7 +3256,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.20.1" +version = "1.20.2" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 779de73f..9cd4252d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.20.1" +version = "1.20.2" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -248,7 +248,7 @@ jemallocator = { version = "0.5", optional = true } snmalloc-rs = { version = "0.3", optional = true } rpmalloc = { version = "0.2", optional = true } -shadowsocks-service = { version = "1.20.1", path = "./crates/shadowsocks-service" } +shadowsocks-service = { version = "1.20.2", path = "./crates/shadowsocks-service" } windows-service = { version = "0.7", optional = true } diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index 77d94e7c..b4edecf6 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-service" -version = "1.20.1" +version = "1.20.2" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"