mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-15 14:17:24 +08:00
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1876,7 +1876,7 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
"option-ext",
|
"option-ext",
|
||||||
"redox_users 0.5.0",
|
"redox_users 0.5.0",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -7557,9 +7557,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "socket2"
|
name = "socket2"
|
||||||
version = "0.5.7"
|
version = "0.5.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ byteorder = "1.5.0"
|
|||||||
|
|
||||||
# for proxy
|
# for proxy
|
||||||
cidr = { version = "0.2.2", features = ["serde"] }
|
cidr = { version = "0.2.2", features = ["serde"] }
|
||||||
socket2 = "0.5.5"
|
socket2 = { version = "0.5.10", features = ["all"] }
|
||||||
|
|
||||||
# for hole punching
|
# for hole punching
|
||||||
stun_codec = "0.3.4"
|
stun_codec = "0.3.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user