From 3cfdb4adbd4b6bc19a6e6c0554fb18d8e385964e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:36:07 +0000 Subject: [PATCH] chore(deps): bump windows-result from 0.3.4 to 0.4.1 Bumps [windows-result](https://github.com/microsoft/windows-rs) from 0.3.4 to 0.4.1. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-result dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- netwatch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66b7e0d3..ef4a9fe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,7 +1306,7 @@ dependencies = [ "wasm-bindgen-test", "web-sys", "windows 0.61.3", - "windows-result 0.3.4", + "windows-result 0.4.1", "wmi", ] diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 4bf40dd4..d48d7055 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -64,7 +64,7 @@ derive_more = { version = "2.0.1", features = ["display"] } [target.'cfg(target_os = "windows")'.dependencies] wmi = "0.17" windows = { version = "0.61.3", features = ["Win32_NetworkManagement_IpHelper", "Win32_Foundation", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock"] } -windows-result = "0.3" +windows-result = "0.4" serde = { version = "1", features = ["derive"] } derive_more = { version = "2.0.1", features = ["debug"] }