From 50346c1ba07b782bd2b1e056f56f622eab021c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 08:27:40 +0000 Subject: [PATCH] chore(deps): update tokio-tun requirement from 0.5 to 0.6 Updates the requirements on [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.5.1...0.6.0) --- updated-dependencies: - dependency-name: 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 0ce1b12..8094e1f 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -21,5 +21,5 @@ tokio = { version = "1.14", features = ["full"] } rand = { version = "0.8", features = ["small_rng"] } log = "0.4" internet-checksum = "0.2" -tokio-tun = "0.5" +tokio-tun = "0.6" flume = "0.10" diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index ad7644d..9be2d58 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.14", features = ["full"] } tokio-util = "0.7" log = "0.4" pretty_env_logger = "0.4" -tokio-tun = "0.5" +tokio-tun = "0.6" num_cpus = "1.13" neli = "0.6" nix = "0.24"