mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-19 13:29:09 +00:00
upgrade dependencies
This commit is contained in:
parent
2b3463c55c
commit
0edd07479d
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,12 @@ nix = { version = "0.27", features = [
|
|||
"user",
|
||||
] }
|
||||
prctl = "1.0"
|
||||
smoltcp = { version = "0.10", features = ["std", "phy-tuntap_interface"] }
|
||||
smoltcp = { version = "0.11", features = ["std", "phy-tuntap_interface"] }
|
||||
socks5-impl = { version = "0.5", default-features = false }
|
||||
thiserror = "1.0"
|
||||
trust-dns-proto = "0.23"
|
||||
unicase = "2.7"
|
||||
url = "2.4"
|
||||
url = "2.5"
|
||||
|
||||
[target.'cfg(target_family="unix")'.dependencies]
|
||||
fork = "0.1"
|
||||
|
@ -53,7 +53,7 @@ test-log = "0.2"
|
|||
|
||||
[target.'cfg(target_os="windows")'.dependencies]
|
||||
rand = "0.8"
|
||||
windows = { version = "0.51", features = [
|
||||
windows = { version = "0.52", features = [
|
||||
"Win32_Storage_FileSystem",
|
||||
"Win32_NetworkManagement_IpHelper",
|
||||
"Win32_NetworkManagement_Ndis",
|
||||
|
|
Loading…
Add table
Reference in a new issue