Update windows-result requirement from 0.2.0 to 0.3.0 (#2822)

---
updated-dependencies:
- dependency-name: windows-result
  dependency-type: direct:production
...

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-01-08 13:42:25 +01:00 committed by GitHub
parent 9b8b552f27
commit e44c23b71c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ windows = { workspace = true, features = [
"Win32_System_SystemInformation",
"Win32_System_Console",
] }
windows-result = "0.2.0"
windows-result = "0.3.0"
[target.'cfg(windows)'.build-dependencies]
windows = { workspace = true }