diff --git a/Cargo.lock b/Cargo.lock index 738f523b4..b0a4784f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2401,7 +2401,7 @@ checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" [[package]] name = "netstack-lwip" version = "0.3.4" -source = "git+https://github.com/Watfaq/netstack-lwip.git?rev=974a7339075386e7e31696d936c3b02bdfde3062#974a7339075386e7e31696d936c3b02bdfde3062" +source = "git+https://github.com/Watfaq/netstack-lwip.git?rev=2817bf82740e04bbee6b7bf1165f55657a6ed163#2817bf82740e04bbee6b7bf1165f55657a6ed163" dependencies = [ "anyhow", "bindgen 0.69.1", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 7531fea10..673f63836 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -61,7 +61,7 @@ tower-http = { version = "0.4.0", features = ["fs", "trace", "cors"] } chrono = { version = "0.4.26", features = ["serde"] } tun = { git = "https://github.com/Watfaq/rust-tun.git", rev = "8f7568190f1200d3e272ca534baf8d1578147e18", features = ["async"] } -netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "974a7339075386e7e31696d936c3b02bdfde3062" } +netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "2817bf82740e04bbee6b7bf1165f55657a6ed163" } boringtun = { version = "0.6.0" }