mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 22:09:30 +08:00
chore(deps): update tokio-tun requirement from 0.9 to 0.11
Updates the requirements on [tokio-tun](https://github.com/yaa110/tokio-tun) to permit the latest version. - [Commits](https://github.com/yaa110/tokio-tun/compare/0.9.0...0.11.2) --- updated-dependencies: - dependency-name: tokio-tun dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
78dd7c13b1
commit
8a0ec729e2
@ -21,5 +21,5 @@ tokio = { version = "1.14", features = ["full"] }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
log = "0.4"
|
||||
internet-checksum = "0.2"
|
||||
tokio-tun = "0.9"
|
||||
tokio-tun = "0.11"
|
||||
flume = "0.11"
|
||||
|
@ -18,7 +18,7 @@ tokio = { version = "1.14", features = ["full"] }
|
||||
tokio-util = "0.7"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.5"
|
||||
tokio-tun = "0.9"
|
||||
tokio-tun = "0.11"
|
||||
num_cpus = "1.13"
|
||||
neli = "0.6"
|
||||
nix = { version = "0.27", features = ["net"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user