diff --git a/Cargo.lock b/Cargo.lock index e9fcf327652..a7f87cf2756 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3519,9 +3519,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "xattr" -version = "1.0.1" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" +checksum = "fbc6ab6ec1907d1a901cdbcd2bd4cb9e7d64ce5c9739cbb97d3c391acd8c7fae" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index f88285a1f36..28c422e2cd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -330,7 +330,7 @@ utf-8 = "0.7.6" walkdir = "2.4" winapi-util = "0.1.6" windows-sys = { version = "0.48.0", default-features = false } -xattr = "1.0.1" +xattr = "1.1.1" zip = { version = "0.6.6", default-features = false, features = ["deflate"] } hex = "0.4.3"