Skip to content

Commit 09b2653

Browse files
authored
chore: update windows-sys to 0.45 (#5386)
1 parent 061325b commit 09b2653

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ once_cell = "1.5.2"
2525
rand = "0.8.3"
2626

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

3030
[[example]]
3131
name = "chat"

tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ libc = { version = "0.2.42" }
125125
nix = { version = "0.26", default-features = false, features = ["fs", "socket"] }
126126

127127
[target.'cfg(windows)'.dependencies.windows-sys]
128-
version = "0.42.0"
128+
version = "0.45"
129129
optional = true
130130

131131
[target.'cfg(docsrs)'.dependencies.windows-sys]
132-
version = "0.42.0"
132+
version = "0.45"
133133
features = [
134134
"Win32_Foundation",
135135
"Win32_Security_Authorization",

0 commit comments

Comments
 (0)