mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
fix windivert cause stack overflow (#1711)
This commit is contained in:
Generated
+2
-4
@@ -10357,8 +10357,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "windivert"
|
name = "windivert"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/EasyTier/windivert-rust.git?rev=adcc56d1550f7b5377ec2b3429f413ee24a77375#adcc56d1550f7b5377ec2b3429f413ee24a77375"
|
||||||
checksum = "fc6b6833a760d1c36b489314a5541a12a39d162dc8341d8f6f400212b96d3df1"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"etherparse",
|
"etherparse",
|
||||||
"thiserror 1.0.63",
|
"thiserror 1.0.63",
|
||||||
@@ -10369,8 +10368,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "windivert-sys"
|
name = "windivert-sys"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/EasyTier/windivert-rust.git?rev=adcc56d1550f7b5377ec2b3429f413ee24a77375#adcc56d1550f7b5377ec2b3429f413ee24a77375"
|
||||||
checksum = "832bc4af9272458a8a64395b3aabe10dc4089546486fcbd0e19b9b6d28ba6e54"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"thiserror 1.0.63",
|
"thiserror 1.0.63",
|
||||||
|
|||||||
+1
-1
@@ -238,7 +238,7 @@ dbus = { version = "0.9.7", features = ["vendored"] }
|
|||||||
which = "7.0.3"
|
which = "7.0.3"
|
||||||
|
|
||||||
[target.'cfg(all(windows, any(target_arch = "x86_64", target_arch = "x86")))'.dependencies]
|
[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]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows = { version = "0.52.0", features = [
|
windows = { version = "0.52.0", features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user