mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
chore(deps): update rust crate winapi-util to 0.1.8
This commit is contained in:
parent
04b6b7fe48
commit
798435c825
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3486,9 +3486,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winapi-util"
|
name = "winapi-util"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "134306a13c5647ad6453e8deaec55d3a44d6021970129e6188735e74bf546697"
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
|
@ -330,7 +330,7 @@ unicode-segmentation = "1.11.0"
|
||||||
unicode-width = "0.1.11"
|
unicode-width = "0.1.11"
|
||||||
utf-8 = "0.7.6"
|
utf-8 = "0.7.6"
|
||||||
walkdir = "2.5"
|
walkdir = "2.5"
|
||||||
winapi-util = "0.1.7"
|
winapi-util = "0.1.8"
|
||||||
windows-sys = { version = "0.48.0", default-features = false }
|
windows-sys = { version = "0.48.0", default-features = false }
|
||||||
xattr = "1.3.1"
|
xattr = "1.3.1"
|
||||||
zip = { version = "1.1.1", default-features = false, features = ["deflate"] }
|
zip = { version = "1.1.1", default-features = false, features = ["deflate"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue