Skip to content

Commit b33b7d7

Browse files
committed
chore: updated shadowsocks to v1.23.1
1 parent 3f95ad9 commit b33b7d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ serde = { version = "1.0", features = ["derive"] }
197197
json5 = "0.4"
198198
bson = { version = "2.13.0", optional = true }
199199

200-
shadowsocks = { version = "1.23.0", path = "../shadowsocks", default-features = false }
200+
shadowsocks = { version = "1.23.1", path = "../shadowsocks", default-features = false }
201201

202202
# Just for the ioctl call macro
203203
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd"))'.dependencies]

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks"
3-
version = "1.23.0"
3+
version = "1.23.1"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

0 commit comments

Comments
 (0)