mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
Bump windows-sys from 0.48 to 0.59
This commit is contained in:
parent
b89a6255a9
commit
3df015bbf5
2 changed files with 10 additions and 10 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -2640,7 +2640,7 @@ dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"parse_datetime",
|
"parse_datetime",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2698,7 +2698,7 @@ dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"glob",
|
"glob",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2824,7 +2824,7 @@ dependencies = [
|
||||||
"dns-lookup",
|
"dns-lookup",
|
||||||
"hostname",
|
"hostname",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3115,7 +3115,7 @@ dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"uucore",
|
"uucore",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3261,7 +3261,7 @@ dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"nix",
|
"nix",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3288,7 +3288,7 @@ dependencies = [
|
||||||
"same-file",
|
"same-file",
|
||||||
"uucore",
|
"uucore",
|
||||||
"winapi-util",
|
"winapi-util",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3329,7 +3329,7 @@ dependencies = [
|
||||||
"filetime",
|
"filetime",
|
||||||
"parse_datetime",
|
"parse_datetime",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3465,7 +3465,7 @@ dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"libc",
|
"libc",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3512,7 +3512,7 @@ dependencies = [
|
||||||
"walkdir",
|
"walkdir",
|
||||||
"wild",
|
"wild",
|
||||||
"winapi-util",
|
"winapi-util",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
"xattr",
|
"xattr",
|
||||||
"z85",
|
"z85",
|
||||||
]
|
]
|
||||||
|
|
|
@ -341,7 +341,7 @@ utf-8 = "0.7.6"
|
||||||
utmp-classic = "0.1.6"
|
utmp-classic = "0.1.6"
|
||||||
walkdir = "2.5"
|
walkdir = "2.5"
|
||||||
winapi-util = "0.1.8"
|
winapi-util = "0.1.8"
|
||||||
windows-sys = { version = "0.48.0", default-features = false }
|
windows-sys = { version = "0.59.0", default-features = false }
|
||||||
xattr = "1.3.1"
|
xattr = "1.3.1"
|
||||||
zip = { version = "1.1.4", default-features = false, features = ["deflate"] }
|
zip = { version = "1.1.4", default-features = false, features = ["deflate"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue