mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 23:09:09 +00:00
Update tproxy-config to 2.0
This commit is contained in:
parent
1d49ec87ad
commit
12efc5f392
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ socks5-impl = { version = "0.5" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tokio = { version = "1.36", features = ["full"] }
|
tokio = { version = "1.36", features = ["full"] }
|
||||||
tokio-util = "0.7"
|
tokio-util = "0.7"
|
||||||
tproxy-config = { version = "0.1", features = ["log"] }
|
tproxy-config = { version = "2.0", features = ["log"] }
|
||||||
trust-dns-proto = "0.23"
|
trust-dns-proto = "0.23"
|
||||||
tun2 = { version = "1.1", features = ["async"] }
|
tun2 = { version = "1.1", features = ["async"] }
|
||||||
udp-stream = { version = "0.0", default-features = false }
|
udp-stream = { version = "0.0", default-features = false }
|
||||||
|
|
Loading…
Add table
Reference in a new issue