From 42f11f68486cb531bd045f06f28a4b5f55ee20eb Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Fri, 16 Feb 2024 23:05:57 +0800 Subject: [PATCH] chore: version all set to v1.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/shadowsocks-service/Cargo.toml | 4 ++-- crates/shadowsocks/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f509f74be1dd..35658b8121b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2711,7 +2711,7 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.18.0" +version = "1.18.1" dependencies = [ "aes", "arc-swap", @@ -2818,7 +2818,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.18.0" +version = "1.18.1" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d982ab9b7461..4c29c1142ecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ jemallocator = { version = "0.5", optional = true } snmalloc-rs = { version = "0.3", optional = true } rpmalloc = { version = "0.2", optional = true } -shadowsocks-service = { version = "1.18.0", path = "./crates/shadowsocks-service" } +shadowsocks-service = { version = "1.18.1", 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 dfa2e50a82d8..75b793fc8ff0 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-service" -version = "1.18.0" +version = "1.18.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -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.18.0", path = "../shadowsocks", default-features = false } +shadowsocks = { version = "1.18.1", path = "../shadowsocks", default-features = false } # Just for the ioctl call macro [target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))'.dependencies] diff --git a/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index 8354b644288b..7f7a9e5c23c9 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks" -version = "1.18.0" +version = "1.18.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"