fix(deps): update rust crate tun to 0.8

This commit is contained in:
renovate[bot]
2025-06-02 11:07:00 +00:00
committed by GitHub
parent ac537df41e
commit 802caea62a
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -4066,9 +4066,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tun"
version = "0.7.22"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7904c94104239657089d14bccbf23fd6d363e30639ce49af21ef008a445baf97"
checksum = "02d9cf8ce7136641f540a6abc3063d6bbba907f7c90e2cc2be3f17915166d760"
dependencies = [
"bytes",
"cfg-if",
@@ -4368,7 +4368,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@@ -206,7 +206,7 @@ nix = { version = "0.30", features = ["ioctl"] }
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] }
[target.'cfg(any(target_os = "ios", target_os = "macos", target_os = "linux", target_os = "android", target_os = "windows", target_os = "freebsd"))'.dependencies]
tun = { version = "0.7", optional = true, features = ["async"] }
tun = { version = "0.8", optional = true, features = ["async"] }
[dev-dependencies]
byteorder = "1.5"