Skip to content

Commit 162a21a

Browse files
build(deps): update windows-sys requirement from 0.59 to 0.61
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](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf31ac2 commit 162a21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quiche/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ smallvec = { workspace = true, features = ["union"] }
8585
enum_dispatch = "0.3"
8686

8787
[target."cfg(windows)".dependencies]
88-
windows-sys = { version = "0.59", features = [
88+
windows-sys = { version = "0.61", features = [
8989
"Win32_Networking_WinSock",
9090
"Win32_Security_Cryptography",
9191
] }

0 commit comments

Comments
 (0)