From d79d8bff51ce32b706934fd6b77f877e415f1901 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sat, 9 May 2026 18:31:57 +0800 Subject: [PATCH] update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19786ae..cece598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ thiserror = "2.0.18" tokio = { version = "1.52.1", features = ["full"] } tokio-util = "0.7.18" tproxy-config = { version = "^7.0.7", default-features = false } -tun = { version = "0.8.7", features = ["async"] } +tun = { version = "0.8.8", features = ["async"] } udp-stream = { version = "0.0.12", default-features = false } unicase = "2.9.0" url = "2.5.8"