From 85c810ad8b7091e29009e96626095450963064da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 03:13:20 +0000 Subject: [PATCH] Update xattr requirement from 0.2 to 1.5 Updates the requirements on [xattr](https://github.com/Stebalien/xattr) to permit the latest version. - [Commits](https://github.com/Stebalien/xattr/compare/v0.2.0...v1.5.0) --- updated-dependencies: - dependency-name: xattr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1f831b..839c3be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tempfile = "3" [target."cfg(unix)".dependencies] libc = "0.2" -xattr = { version = "0.2", optional = true } +xattr = { version = "1.5", optional = true } [target.'cfg(target_os = "redox")'.dependencies] redox_syscall = "0.2"