1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4691 from uutils/renovate/windows-sys-0.x

fix(deps): update rust crate windows-sys to 0.45.0
This commit is contained in:
Daniel Hofstetter 2023-03-31 08:09:33 +02:00 committed by GitHub
commit 5d0f0144c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -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"] }