mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 06:49:08 +00:00
update deps
This commit is contained in:
parent
c9272609b8
commit
3fe47d92ec
2 changed files with 2 additions and 2 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 = "2.0", features = ["log"] }
|
tproxy-config = { version = "3.0", features = ["log"] }
|
||||||
trust-dns-proto = "0.23"
|
trust-dns-proto = "0.23"
|
||||||
tun2 = { version = "1.2", features = ["async"] }
|
tun2 = { version = "1.2", features = ["async"] }
|
||||||
udp-stream = { version = "0.0", default-features = false }
|
udp-stream = { version = "0.0", default-features = false }
|
||||||
|
|
|
@ -117,7 +117,7 @@ pub async fn desktop_run_async(args: Args, shutdown_token: tokio_util::sync::Can
|
||||||
tproxy_args = tproxy_args.tun_name(&tun_name);
|
tproxy_args = tproxy_args.tun_name(&tun_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut restore: Option<tproxy_config::TproxyRestore> = None;
|
let mut restore: Option<tproxy_config::TproxyState> = None;
|
||||||
|
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue