Skip to content

Commit a9601d3

Browse files
authored
Merge branch 'master' into dependabot/cargo/io-uring-0.7.1
2 parents 94eee8f + eb9513b commit a9601d3

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)