mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
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:
parent
b9cf06da33
commit
fa9e467948
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue