diff --git a/Cargo.lock b/Cargo.lock index 72a852a12..665df5120 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3409,9 +3409,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" dependencies = [ "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 96d0ea714..fd5d40999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -328,7 +328,7 @@ unicode-segmentation = "1.10.1" unicode-width = "0.1.11" utf-8 = "0.7.6" walkdir = "2.4" -winapi-util = "0.1.5" +winapi-util = "0.1.6" windows-sys = { version = "0.48.0", default-features = false } xattr = "1.0.1" zip = { version = "0.6.6", default_features = false, features = ["deflate"] }