diff --git a/cairo/sys/Cargo.toml b/cairo/sys/Cargo.toml index e6eaf5e8f4d7..d14c70774973 100644 --- a/cairo/sys/Cargo.toml +++ b/cairo/sys/Cargo.toml @@ -64,7 +64,7 @@ version = "2.16" features = ["xlib"] [target.'cfg(windows)'.dependencies] -windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Graphics_Gdi"], optional = true } +windows-sys = { version = ">=0.52, <=0.61", features = ["Win32_Graphics_Gdi"], optional = true } [build-dependencies] system-deps = "7" diff --git a/gio/sys/Cargo.toml b/gio/sys/Cargo.toml index b5a33a53694f..d2b9807d80d5 100644 --- a/gio/sys/Cargo.toml +++ b/gio/sys/Cargo.toml @@ -11,7 +11,7 @@ workspace = true workspace = true [target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52, <=0.60" +version = ">=0.52, <=0.61" features = ["Win32_Networking_WinSock"] [dev-dependencies]