update boringtun to 0.6.0

This commit is contained in:
Aram 🍐 2023-12-24 11:51:28 -05:00
parent 91e6c79832
commit 0931ed496a
2 changed files with 285 additions and 55 deletions

View file

@ -11,7 +11,7 @@ repository = "https://github.com/aramperes/onetun"
[dependencies]
# Required dependencies (bin and lib)
boringtun = { version = "0.4.0", default-features = false }
boringtun = { version = "0.6.0", default-features = false }
log = "0.4"
anyhow = "1"
tokio = { version = "1", features = [ "rt", "sync", "io-util", "net", "time", "fs", "macros" ] }