From 95e762f5fdc1549e7d02e2bd0627f3895e87b0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 10:18:06 +0000 Subject: [PATCH] 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] --- fake-tcp/Cargo.toml | 2 +- phantun/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index 0f1a518..4fb888b 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -21,4 +21,4 @@ tokio = { version = "1.12.0", features = ["full"] } rand = { version = "0.8.4", features = ["small_rng"] } log = "0.4" internet-checksum = "0.2.0" -dndx-fork-tokio-tun = "0.3.16" +dndx-fork-tokio-tun = "0.4.0" diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 8c68ccd..7d5b3a0 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -17,5 +17,5 @@ fake-tcp = "0.1.2" tokio = { version = "1.12.0", features = ["full"] } log = "0.4" 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"