From 02590a863a89fee98e641cba82b0909c0b215996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 00:43:39 +0000 Subject: [PATCH] Update tun requirement from 0.7 to 0.8 Updates the requirements on [tun](https://github.com/meh/rust-tun) to permit the latest version. - [Release notes](https://github.com/meh/rust-tun/releases) - [Commits](https://github.com/meh/rust-tun/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: tun dependency-version: 0.8.0 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 3fcc22d..abad68b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ thiserror = "2" tokio = { version = "1", features = ["full"] } tokio-util = "0.7" tproxy-config = { version = "6", default-features = false } -tun = { version = "0.7", features = ["async"] } +tun = { version = "0.8", features = ["async"] } udp-stream = { version = "0.0.12", default-features = false } unicase = "2" url = "2"