Update winsafe requirement from 0.0.22 to 0.0.23 (#3034)

Updates the requirements on [winsafe](https://github.com/rodrigocfd/winsafe) to permit the latest version.
- [Commits](https://github.com/rodrigocfd/winsafe/compare/v0.0.22...v0.0.23)

---
updated-dependencies:
- dependency-name: winsafe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Maier <domenukk@gmail.com>
This commit is contained in:
dependabot[bot] 2025-03-14 16:57:27 +01:00 committed by GitHub
parent d67296f34e
commit 8e32947db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ yaxpeax-x86 = "2.0.0"
iced-x86 = { version = "1.21.0", features = ["code_asm"], optional = true } iced-x86 = { version = "1.21.0", features = ["code_asm"], optional = true }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winsafe = { version = "0.0.22", features = ["kernel"] } winsafe = { version = "0.0.23", features = ["kernel"] }
winapi = { version = "0.3", features = [ winapi = { version = "0.3", features = [
"processthreadsapi", "processthreadsapi",
"winnt", "winnt",