From 5398449267df327ba040845e2c6c6331bb2b94f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:05:55 +0000 Subject: [PATCH] chore(deps): update rust crate xattr to v1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1e8dc1ff..56c576148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3628,9 +3628,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[package]] name = "xattr" -version = "0.2.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" +checksum = "ea263437ca03c1522846a4ddafbca2542d0ad5ed9b784909d4b27b76f62bc34a" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 1bdf0cb1d..b0eebac74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -328,7 +328,7 @@ utf-8 = "0.7.6" walkdir = "2.2" winapi-util = "0.1.5" windows-sys = { version="0.42.0", default-features=false } -xattr = "0.2.3" +xattr = "1.0.0" zip = { version = "0.6.4", default_features=false, features=["deflate"] } hex = "0.4.3"