Updates the requirements on [tokio-tun]

This commit is contained in:
Luca Ferrarotti 2024-01-07 12:07:18 +01:00
parent 10fabf2157
commit fa5fb88b04
2 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@ tokio = { version = "1.28.0", features = ["full"] }
rand = { version = "0.8.5", features = ["small_rng"] }
log = "0.4.17"
internet-checksum = "0.2.1"
tokio-tun = "0.9.1"
tokio-tun = "0.11.2"
flume ="0.11.0"

View File

@ -19,7 +19,7 @@ tokio-util = "0.7.8"
log = "0.4.17"
env_logger = "0.10.0"
chrono = "0.4.24"
tokio-tun = "0.9.1"
tokio-tun = "0.11.2"
num_cpus = "1.15.0"
neli = "0.6.4"
nix = { version = "0.27.1", features = ["net"] }