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

This commit is contained in:
renovate[bot] 2023-05-30 06:36:57 +00:00 committed by GitHub
parent 4f89d860b7
commit 8f9a328c6a
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

@ -2546,7 +2546,7 @@ dependencies = [
"libc",
"time",
"uucore",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -2603,7 +2603,7 @@ dependencies = [
"clap",
"glob",
"uucore",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -2726,7 +2726,7 @@ dependencies = [
"clap",
"hostname",
"uucore",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -3028,7 +3028,7 @@ dependencies = [
"libc",
"uucore",
"walkdir",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -3173,7 +3173,7 @@ dependencies = [
"libc",
"nix",
"uucore",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -3201,7 +3201,7 @@ dependencies = [
"same-file",
"uucore",
"winapi-util",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -3242,7 +3242,7 @@ dependencies = [
"humantime_to_duration",
"time",
"uucore",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -3376,7 +3376,7 @@ dependencies = [
"clap",
"libc",
"uucore",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -3421,7 +3421,7 @@ dependencies = [
"walkdir",
"wild",
"winapi-util",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
"z85",
]

View file

@ -328,7 +328,7 @@ unicode-width = "0.1.10"
utf-8 = "0.7.6"
walkdir = "2.3"
winapi-util = "0.1.5"
windows-sys = { version="0.45.0", default-features=false }
windows-sys = { version="0.48.0", default-features=false }
xattr = "1.0.0"
zip = { version = "0.6.6", default_features=false, features=["deflate"] }

View file

@ -58,7 +58,7 @@ tempfile = { workspace=true }
[target.'cfg(target_os = "windows")'.dependencies]
winapi-util = { version= "0.1.5", optional=true }
windows-sys = { version = "0.45.0", optional = true, default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_WindowsProgramming"] }
windows-sys = { version = "0.48.0", optional = true, default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_WindowsProgramming"] }
[features]
default = []