Skip to content

Commit 917905e

Browse files
authored
Merge pull request #8557 from cakebaker/bump_windows_sys
Bump `windows-sys` from `0.60.1` to `0.61.0`
2 parents 70a7b03 + 7b3b329 commit 917905e

File tree

4 files changed

+60
-26
lines changed

4 files changed

+60
-26
lines changed

Cargo.lock

Lines changed: 31 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ utmp-classic = "0.1.6"
370370
uutils_term_grid = "0.7"
371371
walkdir = "2.5"
372372
winapi-util = "0.1.8"
373-
windows-sys = { version = "0.60.1", default-features = false }
373+
windows-sys = { version = "0.61.0", default-features = false }
374374
xattr = "1.3.1"
375375
zip = { version = "4.0.0", default-features = false, features = ["deflate"] }
376376

deny.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ highlight = "all"
5454
# introduces it.
5555
# spell-checker: disable
5656
skip = [
57-
# mio, nu-ansi-term, socket2
57+
# nu-ansi-term
5858
{ name = "windows-sys", version = "0.52.0" },
59-
# anstyle-query
59+
# various crates
6060
{ name = "windows-sys", version = "0.59.0" },
61+
# various crates
62+
{ name = "windows-sys", version = "0.60.2" },
63+
# various crates
64+
{ name = "windows-link", version = "0.1.3" },
6165
# parking_lot_core
6266
{ name = "windows-targets", version = "0.52.6" },
6367
# windows-targets

fuzz/Cargo.lock

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)