From c21360663962b0cb0b8b9af7165e56b1689c09e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 07:47:02 +0000 Subject: [PATCH] fix(deps): update rust crate tun to v0.7.10 --- Cargo.lock | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fbddcdffcc0..0a00a75a9e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1880,7 +1880,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -3895,9 +3895,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tun" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "086997de063a84b0e446f64e63a32ba6fba894525bb3825158927e0d3a6fd610" +checksum = "5b5ea2466ffcdd0be0831f7d3981daa0b953586c0062f6d33398cb374689b090" dependencies = [ "bytes", "cfg-if", @@ -4397,11 +4397,21 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "winreg2" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e25225e44ce2ac6b72befed6416b0857cf8663f9963dba572c39473062f0e625" +dependencies = [ + "cfg-if", + "windows-sys 0.59.0", +] + [[package]] name = "wintun-bindings" -version = "0.7.17" +version = "0.7.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8aed5bc5516ca7a52018b0a198911566edfa07584bdbfd71ea39161aa13806e" +checksum = "8e35d3911efde5ee25586385204127ff6a3f251477dcdd3b222775aaa4d95977" dependencies = [ "blocking", "c2rust-bitfields", @@ -4410,6 +4420,7 @@ dependencies = [ "log", "thiserror 2.0.9", "windows-sys 0.59.0", + "winreg2", ] [[package]]