From 659ae6bddabcb93a0c53aa8ac5365076d74fd562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:36:06 +0000 Subject: [PATCH] deps(rust): bump gotatun from 0.8.1 to 0.9.0 in /wgbridge-rs Bumps [gotatun](https://github.com/mullvad/gotatun) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/mullvad/gotatun/releases) - [Changelog](https://github.com/mullvad/gotatun/blob/main/CHANGELOG.md) - [Commits](https://github.com/mullvad/gotatun/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: gotatun dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wgbridge-rs/Cargo.lock | 8 ++++---- wgbridge-rs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wgbridge-rs/Cargo.lock b/wgbridge-rs/Cargo.lock index c0b695ae..c995fd55 100644 --- a/wgbridge-rs/Cargo.lock +++ b/wgbridge-rs/Cargo.lock @@ -405,9 +405,9 @@ dependencies = [ [[package]] name = "gotatun" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87942cf21be131088380c8b3cb3dc9a8528a7f840a8230bed0e79b2e202d0629" +checksum = "121650b305d0ee6d45b08bbec1d5781a43b915a0a89a2fd869028647eb475cc9" dependencies = [ "aead", "base64 0.22.1", @@ -887,9 +887,9 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "socket2" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" +checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", "windows-sys 0.61.2", diff --git a/wgbridge-rs/Cargo.toml b/wgbridge-rs/Cargo.toml index e0028951..229abce4 100644 --- a/wgbridge-rs/Cargo.toml +++ b/wgbridge-rs/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "lib"] [dependencies] tc-dns = { path = "tc-dns", features = ["capi"] } -gotatun = { version = "=0.8.1", default-features = false, features = ["ring", "device"] } +gotatun = { version = "=0.9.0", default-features = false, features = ["ring", "device"] } tokio = { version = "1.43", features = ["rt-multi-thread", "net", "sync", "time", "macros"] } base64 = "0.23" hex = "0.4"