build(deps): bump tokio-tun from 0.11.2 to 0.11.4 (#27)

Bumps [tokio-tun](https://github.com/yaa110/tokio-tun) from 0.11.2 to 0.11.4.
- [Commits](https://github.com/yaa110/tokio-tun/compare/0.11.2...0.11.4)

---
updated-dependencies:
- dependency-name: tokio-tun
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-08 21:30:24 -07:00
committed by GitHub
parent d33079c7c5
commit d021fb2147
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2707,12 +2707,12 @@ dependencies = [
[[package]]
name = "tokio-tun"
version = "0.11.2"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf2efaf33e86779a3a68b1f1d6e9e13a346c1c75ee3cab7a4293235c463b2668"
checksum = "65d79912ba514490b1f5a574b585e19082bd2a6b238970c87c57a66bd77206b5"
dependencies = [
"libc",
"nix 0.27.1",
"nix 0.28.0",
"thiserror",
"tokio",
]