chore(deps): update dndx-fork-tokio-tun requirement from 0.3.16 to 0.4.0

Updates the requirements on [dndx-fork-tokio-tun](https://github.com/yaa110/tokio-tun) to permit the latest version.
- [Release notes](https://github.com/yaa110/tokio-tun/releases)
- [Commits](https://github.com/yaa110/tokio-tun/compare/0.3.16...0.4.0)

---
updated-dependencies:
- dependency-name: dndx-fork-tokio-tun
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-02 10:18:06 +00:00 committed by Datong Sun
parent c9043015f2
commit 95e762f5fd
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ tokio = { version = "1.12.0", features = ["full"] }
rand = { version = "0.8.4", features = ["small_rng"] } rand = { version = "0.8.4", features = ["small_rng"] }
log = "0.4" log = "0.4"
internet-checksum = "0.2.0" internet-checksum = "0.2.0"
dndx-fork-tokio-tun = "0.3.16" dndx-fork-tokio-tun = "0.4.0"

View File

@ -17,5 +17,5 @@ fake-tcp = "0.1.2"
tokio = { version = "1.12.0", features = ["full"] } tokio = { version = "1.12.0", features = ["full"] }
log = "0.4" log = "0.4"
pretty_env_logger = "0.4.0" pretty_env_logger = "0.4.0"
dndx-fork-tokio-tun = "0.3.16" dndx-fork-tokio-tun = "0.4.0"
num_cpus = "1.13.0" num_cpus = "1.13.0"