From 03f98a0741e2c81b2f64d837766e4aa73c1f75fa Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Thu, 18 Apr 2024 22:39:07 +0200 Subject: [PATCH] Update tproxy-config dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9b7b2d..940c2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ socks5-impl = { version = "0.5" } thiserror = "1.0" tokio = { version = "1", features = ["full"] } tokio-util = "0.7" -tproxy-config = { version = "4", features = ["log"] } +tproxy-config = { version = "4.0.2", features = ["log"] } trust-dns-proto = "0.23" tun2 = { version = "1.3", features = ["async"] } udp-stream = { version = "0.0", default-features = false }