mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 14:59:09 +00:00
update deps
This commit is contained in:
parent
3b2adf92cb
commit
d5a404fda7
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ socks5-impl = { version = "0.5" }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
tokio-util = "0.7"
|
tokio-util = "0.7"
|
||||||
tproxy-config = { version = "6" }
|
tproxy-config = { version = "6", default-features = false }
|
||||||
trust-dns-proto = "0.23"
|
trust-dns-proto = "0.23"
|
||||||
tun2 = { version = "2", features = ["async"] }
|
tun2 = { version = "2", features = ["async"] }
|
||||||
udp-stream = { version = "0.0.12", default-features = false }
|
udp-stream = { version = "0.0.12", default-features = false }
|
||||||
|
@ -42,7 +42,7 @@ url = "2"
|
||||||
[target.'cfg(target_os="linux")'.dependencies]
|
[target.'cfg(target_os="linux")'.dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
nix = { version = "0", default-features = false, features = [
|
nix = { version = "0.29", default-features = false, features = [
|
||||||
"fs",
|
"fs",
|
||||||
"socket",
|
"socket",
|
||||||
"uio",
|
"uio",
|
||||||
|
|
Loading…
Add table
Reference in a new issue