From 12efc5f392751c3fa4f940450a93463f5c683fbb Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 25 Feb 2024 13:34:56 +0100 Subject: [PATCH] Update tproxy-config to 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52fa11d..edabbab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ socks5-impl = { version = "0.5" } thiserror = "1.0" tokio = { version = "1.36", features = ["full"] } tokio-util = "0.7" -tproxy-config = { version = "0.1", features = ["log"] } +tproxy-config = { version = "2.0", features = ["log"] } trust-dns-proto = "0.23" tun2 = { version = "1.1", features = ["async"] } udp-stream = { version = "0.0", default-features = false }