From 844f6553d46e608887c0387502b4d76d935cc986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:20:50 +0000 Subject: [PATCH] Bump xattr from 1.5.0 to 1.6.1 Bumps [xattr](https://github.com/Stebalien/xattr) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/Stebalien/xattr/releases) - [Commits](https://github.com/Stebalien/xattr/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: xattr dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeff7ca..f84eef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,9 +3108,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "xattr" -version = "1.5.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e" +checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", "rustix", diff --git a/Cargo.toml b/Cargo.toml index 7b137fb..2d6ebe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ termcolor = "1.1.3" toml = { version = "0.8.8" } url = { version = "2.2.2", features = ["serde"] } walkdir = "2.3.2" -xattr = "1.0.1" +xattr = "1.6.1" ocidir = "0.3.1" sha2 = "0.10.8"