fix windivert cause stack overflow (#1711)

This commit is contained in:
KKRainbow
2025-12-27 19:31:42 +08:00
committed by GitHub
parent 4341bcba5d
commit ca9b4c58b1
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ dbus = { version = "0.9.7", features = ["vendored"] }
which = "7.0.3"
[target.'cfg(all(windows, any(target_arch = "x86_64", target_arch = "x86")))'.dependencies]
windivert = { version = "0.6.0", features = ["static"] }
windivert = { git = "https://github.com/EasyTier/windivert-rust.git", rev = "adcc56d1550f7b5377ec2b3429f413ee24a77375", features = ["static"] }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.52.0", features = [