From d021fb21475669fd8df540325e55746533b66500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:30:24 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b6be5..f24f2ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 8ba1930..b1c34bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ signal-hook = "0.3.17" slice-copy = "0.3.0" smoltcp = "0.11.0" thiserror = "1.0" -tokio-tun = "0.11.2" +tokio-tun = "0.11.4" tonic-build = "0.11.0" tower = "0.4.13" udp-stream = "0.0.11"