From d5a404fda73dea87733dce94c5ba1931e8841d98 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:35:18 +0800 Subject: [PATCH] update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68e5d49..cbca2b1 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 = "6" } +tproxy-config = { version = "6", default-features = false } trust-dns-proto = "0.23" tun2 = { version = "2", features = ["async"] } udp-stream = { version = "0.0.12", default-features = false } @@ -42,7 +42,7 @@ url = "2" [target.'cfg(target_os="linux")'.dependencies] serde = { version = "1", features = ["derive"] } bincode = "1" -nix = { version = "0", default-features = false, features = [ +nix = { version = "0.29", default-features = false, features = [ "fs", "socket", "uio",