mirror of
https://github.com/bolucat/Archive.git
synced 2025-11-02 12:44:34 +08:00
Update On Mon Aug 5 20:34:55 CEST 2024
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user