From cca4b0c6c12b99d8a4d09bf81d79ba5047062020 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Thu, 14 Nov 2024 03:23:41 +0300 Subject: [PATCH] Changed archived crate to maintained one modified: Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a062a9..4c47941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ socket2 = "0.4" env_logger = "0.9" log = "0.4.20" futures = "0.3.30" -tun2 = { version = "4.0.0", features = ["async"] } +tun = { version = "0.7", features = ["async"] } packet = "0.1.4" crossbeam-channel = "0.5.13" hex = "0.4"