Update Rust crate windows-sys to 0.52.0

This commit is contained in:
renovate[bot]
2023-11-20 00:52:20 +00:00
committed by GitHub
parent 3ff3762c87
commit 98b17701e7
2 changed files with 68 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ serde_json = { version = "1.0", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
windows-sys = { version = "0.48.0", features = ["Win32_System_ClrHosting"], optional = true }
windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true }
[target.'cfg(unix)'.dependencies]
ctor = "0.2.5"