Update winsafe requirement from 0.0.20 to 0.0.21 (#2268)

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

---
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>
This commit is contained in:
dependabot[bot] 2024-06-03 14:27:21 +02:00 committed by GitHub
parent 58c39680c9
commit 2a82e9c40f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ bit_reverse = "0.1.8"
yaxpeax-arch = "0.2.7" yaxpeax-arch = "0.2.7"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winsafe = {version = "0.0.20", features = ["kernel"]} winsafe = {version = "0.0.21", features = ["kernel"]}
[dev-dependencies] [dev-dependencies]