build(deps): bump wmi from 0.15.2 to 0.18.0 in /rust (#165)

Bumps [wmi](https://github.com/ohadravid/wmi-rs) from 0.15.2 to 0.18.0.
- [Release notes](https://github.com/ohadravid/wmi-rs/releases)
- [Commits](https://github.com/ohadravid/wmi-rs/compare/v0.15.2...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-08 09:41:27 +08:00
committed by GitHub
parent c456a2ac47
commit df025319aa
2 changed files with 9 additions and 84 deletions

View File

@@ -64,7 +64,7 @@ windows = { version = "0.62.2", features = [
"Win32_System_Ioctl"
] }
win32job = "2.0.3"
wmi = "0.15"
wmi = "0.18"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }