From 3b2adf92cb608efec3f03ac53675c3b5ac849aa6 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:06:43 +0800 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2e3d43..68e5d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ socks5-impl = { version = "0.5" } thiserror = "1" tokio = { version = "1", features = ["full"] } tokio-util = "0.7" -tproxy-config = { version = "5", features = ["log"] } +tproxy-config = { version = "6" } trust-dns-proto = "0.23" tun2 = { version = "2", features = ["async"] } udp-stream = { version = "0.0.12", default-features = false }