From 0c35874601fec375adc1d7aa4884c015a1ab1b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:14:29 +0000 Subject: [PATCH] chore(deps): bump wmi from 0.18.0 to 0.18.2 Bumps [wmi](https://github.com/ohadravid/wmi-rs) from 0.18.0 to 0.18.2. - [Release notes](https://github.com/ohadravid/wmi-rs/releases) - [Commits](https://github.com/ohadravid/wmi-rs/compare/v0.18.0...v0.18.2) --- updated-dependencies: - dependency-name: wmi dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d5854a2..32818abd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2393,9 +2393,9 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "wmi" -version = "0.18.0" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d1d435f7745ba9ed55c43049d47b5fbd1104449beaa2afbc80a1e10a4a018" +checksum = "e49d9da833ef7c4419d8c3a18f0f7a8eca8ccc85f7ab8f359281c24100251211" dependencies = [ "chrono", "futures",