Skip to content

Commit df3322d

Browse files
Update windows-sys requirement from 0.52.0 to 0.59.0
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.52.0...0.59.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57cedc1 commit df3322d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open-coroutine-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mio = { version = "1.0.0", default-features = false, features = [
5353

5454
[target.'cfg(windows)'.dependencies]
5555
# common
56-
windows-sys = { version = "0.52.0", features = [
56+
windows-sys = { version = "0.59.0", features = [
5757
"Win32_Foundation",
5858
"Win32_System_Kernel",
5959
"Win32_System_Threading",

open-coroutine-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ open-coroutine-core = { version = "0.5.0", path = "../open-coroutine-core", feat
1919
"syscall"], default-features = false }
2020

2121
[target.'cfg(windows)'.dependencies]
22-
windows-sys = { version = "0.52.0", features = [
22+
windows-sys = { version = "0.59.0", features = [
2323
"Win32_Foundation",
2424
"Win32_System_Diagnostics_Debug",
2525
"Win32_System_Threading",

0 commit comments

Comments
 (0)