Skip to content

Commit d1bb2b8

Browse files
dependabot[bot]djc
authored andcommitted
Update windows-sys requirement from 0.48.0 to 0.52.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.48.0...0.52.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9bb40be commit d1bb2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quinn-udp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ socket2 = "0.5"
2828
tracing = "0.1.10"
2929

3030
[target.'cfg(windows)'.dependencies]
31-
windows-sys = { version = "0.48.0", features = ["Win32_Networking_WinSock"] }
31+
windows-sys = { version = "0.52.0", features = ["Win32_Networking_WinSock"] }

0 commit comments

Comments
 (0)