From 967cadaf06f8d0d68b219712e736bf0cdc93cac2 Mon Sep 17 00:00:00 2001 From: dev0 Date: Fri, 29 Sep 2023 10:27:12 +1000 Subject: [PATCH] choose chksum algo --- Cargo.lock | 2 +- clash_lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 917c8dc9f..94082bff7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2250,7 +2250,7 @@ checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" [[package]] name = "netstack-lwip" version = "0.3.4" -source = "git+https://github.com/Watfaq/netstack-lwip.git?rev=8c8c0b0#8c8c0b0646ebeb6eb84821d95b7261d3e00d94dd" +source = "git+https://github.com/Watfaq/netstack-lwip.git?rev=5ad376f#5ad376f6c48df459c9120a781c6e4d90650435db" dependencies = [ "anyhow", "bindgen 0.59.2", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 92551e028..6f768ff1c 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 = "28936b6", features = ["async"] } -netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "8c8c0b0" } +netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "5ad376f" } boringtun = { version = "0.6.0", features = ["device"] } serde = { version = "1.0", features=["derive"] }