From 8a86dec83538a68f8cb2a17136786f2404b6b114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:07:31 +0000 Subject: [PATCH] chore(deps): bump wmi from 0.17.3 to 0.18.0 Bumps [wmi](https://github.com/ohadravid/wmi-rs) from 0.17.3 to 0.18.0. - [Release notes](https://github.com/ohadravid/wmi-rs/releases) - [Commits](https://github.com/ohadravid/wmi-rs/compare/v0.17.3...v0.18.0) --- updated-dependencies: - dependency-name: wmi dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- netwatch/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ef4755..6b9ae87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2599,9 +2599,9 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "wmi" -version = "0.17.3" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120d8c2b6a7c96c27bf4a7947fd7f02d73ca7f5958b8bd72a696e46cb5521ee6" +checksum = "d71d1d435f7745ba9ed55c43049d47b5fbd1104449beaa2afbc80a1e10a4a018" dependencies = [ "chrono", "futures", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 95b8cd0..d9c5238 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -61,7 +61,7 @@ netlink-sys = "0.8.7" derive_more = { version = "2.0.1", features = ["display"] } [target.'cfg(target_os = "windows")'.dependencies] -wmi = "0.17" +wmi = "0.18" windows = { version = "0.62.2", features = ["Win32_NetworkManagement_IpHelper", "Win32_Foundation", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock"] } windows-result = "0.4" serde = { version = "1", features = ["derive"] }