Skip to content

Commit

Permalink
deps: update to windows-sys v0.52 (#6154)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jul 23, 2024
1 parent 754a1fb commit 51b03f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ once_cell = "1.5.2"
rand = "0.8.3"

[target.'cfg(windows)'.dev-dependencies.windows-sys]
version = "0.48"
version = "0.52"

[[example]]
name = "chat"
Expand Down
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ libc = { version = "0.2.149" }
nix = { version = "0.29.0", default-features = false, features = ["aio", "fs", "socket"] }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
version = "0.52"
optional = true

[target.'cfg(windows)'.dev-dependencies.windows-sys]
version = "0.48"
version = "0.52"
features = [
"Win32_Foundation",
"Win32_Security_Authorization",
Expand Down

0 comments on commit 51b03f0

Please sign in to comment.