From fa9e467948f21b1c556fe34d0f46f413f313b149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:53:15 +0000 Subject: [PATCH] Update tun2 requirement from 3 to 4 Updates the requirements on [tun2](https://github.com/ssrlive/rust-tun) to permit the latest version. - [Release notes](https://github.com/ssrlive/rust-tun/releases) - [Commits](https://github.com/ssrlive/rust-tun/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: tun2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ad63ce..cd7364c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ thiserror = "1" tokio = { version = "1", features = ["full"] } tokio-util = "0.7" tproxy-config = { version = "6", default-features = false } -tun2 = { version = "3", features = ["async"] } +tun2 = { version = "4", features = ["async"] } udp-stream = { version = "0.0.12", default-features = false } unicase = "2" url = "2"