From efa7f8b4f7a138d5852a8c21b1c3a15037f2fbe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:03:19 +0000 Subject: [PATCH] chore(deps): update rust crate xattr to 1.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d92a28875..6c95a55a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3574,9 +3574,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "xattr" -version = "1.1.3" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7dae5072fe1f8db8f8d29059189ac175196e410e40ba42d5d4684ae2f750995" +checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1" dependencies = [ "libc", "linux-raw-sys 0.4.12", diff --git a/Cargo.toml b/Cargo.toml index accfc2a06..0a28175ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,7 +331,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.1.3" +xattr = "1.2.0" zip = { version = "0.6.6", default-features = false, features = ["deflate"] } hex = "0.4.3"