From 93fa6ac5b150cadb4307512bd0e43b05bc9e04a5 Mon Sep 17 00:00:00 2001 From: FujiApple Date: Thu, 11 Jan 2024 21:23:19 +0800 Subject: [PATCH] revert tun ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9a883de..d596261f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1881,7 +1881,7 @@ dependencies = [ [[package]] name = "tun" version = "0.6.1" -source = "git+https://github.com/fujiapple852/rust-tun#8f2f109c740380cb46ec95dd3c575e2f188d7e36" +source = "git+https://github.com/fujiapple852/rust-tun?rev=e944758112d23a2199b0c8d8adf8ffc6a8c1e9f5#e944758112d23a2199b0c8d8adf8ffc6a8c1e9f5" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0f14db57..78fc5dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ rand = "0.8.5" test-case = "3.3.1" # see https://github.com/meh/rust-tun/pull/74 serde_yaml = "0.9.30" -tun = { git = "https://github.com/fujiapple852/rust-tun", features = [ "async" ] } +tun = { git = "https://github.com/fujiapple852/rust-tun", rev = "e944758112d23a2199b0c8d8adf8ffc6a8c1e9f5", features = [ "async" ] } tokio = { version = "1.35.1", features = [ "full" ] } tokio-util = { version = "0.7.10" }