From cf43ec071ef9fe8291f884f1c2ea54db499d6186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:36:32 +0000 Subject: [PATCH] build(deps): bump xattr from 1.5.0 to 1.5.1 in the cargo group Bumps the cargo group with 1 update: [xattr](https://github.com/Stebalien/xattr). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sps-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a494fc..dadfad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6487,9 +6487,9 @@ dependencies = [ [[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 1.0.7", diff --git a/sps-core/Cargo.toml b/sps-core/Cargo.toml index bbca66b..cbaf3e2 100644 --- a/sps-core/Cargo.toml +++ b/sps-core/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.140" env_logger = "0.11.8" semver = "1.0.26" dirs = "6.0.0" -xattr = "1.5.0" +xattr = "1.5.1" walkdir = "2.5.0" reqwest = { version = "0.12.20", features = ["json", "stream", "blocking"] } url = "2.5.4"