From 64210f27064c56599075aeee3ca8ddc705230df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:26:31 +0000 Subject: [PATCH] build(deps): bump tun2 from 2.0.1 to 2.0.2 Bumps [tun2](https://github.com/ssrlive/rust-tun) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/ssrlive/rust-tun/releases) - [Commits](https://github.com/ssrlive/rust-tun/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: tun2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 510786d6..e3dc9701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,9 +2122,9 @@ dependencies = [ [[package]] name = "tun2" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfa430061b1bfcc7b0e22931aa706f3f20471aeb13346eceec4071a0191fca20" +checksum = "aa06f8128a534de505cae0a1d394ca3f7acb8504580b24d23ba774c48baaa98e" dependencies = [ "bytes", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c0cc08fa..f9fbed21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ toml = { version = "0.8.14", default-features = false } tracing = "0.1.40" tracing-chrome = "0.7.2" tracing-subscriber = { version = "0.3.18", default-features = false } -tun2 = "2.0.1" +tun2 = "2.0.2" widestring = "1.0.2" windows-sys = "0.52.0"