fix(deps): update rust crate winapi to 0.3.9

This commit is contained in:
renovate[bot]
2024-05-01 09:37:12 +00:00
committed by GitHub
parent 712babcc92
commit e2c0255bd0
+1 -1
View File
@@ -18,7 +18,7 @@ license = "MIT"
libc = "0.2"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] }
winapi = { version = "0.3.9", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] }
[dev-dependencies]
regex = "1"