Skip to content

Commit

Permalink
Merge pull request #4691 from uutils/renovate/windows-sys-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate windows-sys to 0.45.0
  • Loading branch information
cakebaker authored Mar 31, 2023
2 parents 74b1d6b + ce6bacd commit 5d0f014
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ unicode-width = "0.1.10"
utf-8 = "0.7.6"
walkdir = "2.3"
winapi-util = "0.1.5"
windows-sys = { version="0.42.0", default-features=false }
windows-sys = { version="0.45.0", default-features=false }
xattr = "1.0.0"
zip = { version = "0.6.4", default_features=false, features=["deflate"] }

Expand Down
2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ once_cell = { workspace=true }

[target.'cfg(target_os = "windows")'.dependencies]
winapi-util = { version= "0.1.5", optional=true }
windows-sys = { version = "0.42.0", optional = true, default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_WindowsProgramming"] }
windows-sys = { version = "0.45.0", optional = true, default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_WindowsProgramming"] }

[features]
default = []
Expand Down

0 comments on commit 5d0f014

Please sign in to comment.