Update On Mon Aug 5 20:34:55 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-05 20:34:56 +02:00
parent c5222dc16c
commit abb7c9abe3
47 changed files with 917 additions and 616 deletions

View File

@@ -137,7 +137,7 @@ arc-swap = "1.7"
spin = { version = "0.9" }
lru_time_cache = "0.11"
bytes = "1.6"
bytes = "1.7"
byte_string = "1.0"
byteorder = "1.5"
rand = { version = "0.8", features = ["small_rng"] }
@@ -212,7 +212,7 @@ shadowsocks = { version = "1.20.1", path = "../shadowsocks", default-features =
nix = { version = "0.29", features = ["ioctl"] }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] }
[dev-dependencies]
byteorder = "1.5"

View File

@@ -49,7 +49,7 @@ security-replay-attack-detect = ["bloomfilter"]
log = "0.4"
libc = "0.2.141"
bytes = "1.6"
bytes = "1.7"
cfg-if = "1"
byte_string = "1.0"
base64 = "0.22"
@@ -99,7 +99,7 @@ shadowsocks-crypto = { version = "0.5.4", features = [] }
tokio-tfo = "0.3"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = [
windows-sys = { version = "0.59", features = [
"Win32_Foundation",
"Win32_NetworkManagement_IpHelper",
"Win32_NetworkManagement_Ndis",