Browse Source

Update tun requirement from 0.7 to 0.8 (#209)

pull/212/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
ddebf5ee50
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

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

Loading…
Cancel
Save