From 22050b87ccbb7529012a68986b54525499e3691e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:21:57 +0000 Subject: [PATCH] Bump xattr from 1.5.0 to 1.5.1 Bumps [xattr](https://github.com/Stebalien/xattr) from 1.5.0 to 1.5.1. - [Commits](https://github.com/Stebalien/xattr/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: xattr dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..6ca22f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,9 +3108,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "xattr" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e" +checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909" dependencies = [ "libc", "rustix", diff --git a/Cargo.toml b/Cargo.toml index 7b137fb..70231f4 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.5.1" ocidir = "0.3.1" sha2 = "0.10.8"