1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

fix(deps): update rust crate windows-sys to 0.45.0

This commit is contained in:
renovate[bot] 2023-03-30 13:44:57 +00:00 committed by GitHub
parent 499b854dfc
commit ce6bacd87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View file

@ -2529,7 +2529,7 @@ dependencies = [
"clap",
"libc",
"uucore",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -2585,7 +2585,7 @@ dependencies = [
"clap",
"glob",
"uucore",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -2708,7 +2708,7 @@ dependencies = [
"clap",
"hostname",
"uucore",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -3010,7 +3010,7 @@ dependencies = [
"libc",
"uucore",
"walkdir",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -3155,7 +3155,7 @@ dependencies = [
"libc",
"nix",
"uucore",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -3182,7 +3182,7 @@ dependencies = [
"same-file",
"uucore",
"winapi-util",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -3222,7 +3222,7 @@ dependencies = [
"filetime",
"time",
"uucore",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -3356,7 +3356,7 @@ dependencies = [
"clap",
"libc",
"uucore",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@ -3399,7 +3399,7 @@ dependencies = [
"walkdir",
"wild",
"winapi-util",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
"z85",
]

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

View file

@ -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 = []