From 593bdca9f5890b96dec54e23ce3092a824d12c97 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 20 Jul 2025 18:44:19 +0200 Subject: [PATCH] chore: update tproxy-config depenency to ^7.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e54dea..d21876c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ socks5-impl = { version = "0.7", default-features = false, features = [ thiserror = "2" tokio = { version = "1", features = ["full"] } tokio-util = "0.7" -tproxy-config = { version = "7", default-features = false } +tproxy-config = { version = "^7.0.2", default-features = false } tun = { version = "0.8", features = ["async"] } udp-stream = { version = "0.0.12", default-features = false } unicase = "2"