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"