Skip to content

Commit

Permalink
chore: update windows-sys to 0.45 (#5386)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 9, 2023
1 parent 061325b commit 09b2653
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
Expand Up @@ -25,7 +25,7 @@ once_cell = "1.5.2"
rand = "0.8.3"

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

[[example]]
name = "chat"
Expand Down
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Expand Up @@ -125,11 +125,11 @@ libc = { version = "0.2.42" }
nix = { version = "0.26", default-features = false, features = ["fs", "socket"] }

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

[target.'cfg(docsrs)'.dependencies.windows-sys]
version = "0.42.0"
version = "0.45"
features = [
"Win32_Foundation",
"Win32_Security_Authorization",
Expand Down

0 comments on commit 09b2653

Please sign in to comment.