update deps

This commit is contained in:
ssrlive 2024-03-15 16:52:55 +08:00
parent c9272609b8
commit 3fe47d92ec
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}
let mut restore: Option<tproxy_config::TproxyRestore> = None;
let mut restore: Option<tproxy_config::TproxyState> = None;
#[cfg(target_os = "linux")]
{