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

chore(deps): update rust crate winapi-util to v0.1.9

This commit is contained in:
renovate[bot] 2024-08-02 22:23:57 +00:00 committed by GitHub
parent 1e4bde2c7c
commit d61fcc1d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -3652,11 +3652,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.48.0",
]
[[package]]