From 48f3c537830121fb2ba87fc8ca60462e47d568f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:42:21 +0000 Subject: [PATCH] chore(deps): Bump xattr from 1.3.1 to 1.4.0 Bumps [xattr](https://github.com/Stebalien/xattr) from 1.3.1 to 1.4.0. - [Commits](https://github.com/Stebalien/xattr/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: xattr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63b7601d7..9944423b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7600,9 +7600,9 @@ dependencies = [ [[package]] name = "xattr" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" +checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" dependencies = [ "libc", "linux-raw-sys",