Update tun2 requirement from 3 to 4

Updates the requirements on [tun2](https://github.com/ssrlive/rust-tun) to permit the latest version.
- [Release notes](https://github.com/ssrlive/rust-tun/releases)
- [Commits](https://github.com/ssrlive/rust-tun/compare/v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: tun2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-28 00:53:15 +00:00 committed by GitHub
parent b9cf06da33
commit fa9e467948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tproxy-config = { version = "6", default-features = false }
tun2 = { version = "3", features = ["async"] }
tun2 = { version = "4", features = ["async"] }
udp-stream = { version = "0.0.12", default-features = false }
unicase = "2"
url = "2"