From dd6f4a8ae1f0f3869d34fea9f23be1f79fe95b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:41:32 +0000 Subject: [PATCH] build(deps): bump xattr from 0.2.3 to 1.0.0 Bumps [xattr](https://github.com/Stebalien/xattr) from 0.2.3 to 1.0.0. - [Release notes](https://github.com/Stebalien/xattr/releases) - [Commits](https://github.com/Stebalien/xattr/commits/v1.0.0) --- updated-dependencies: - dependency-name: xattr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/uu/cp/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3904277da38..1a3bc5c908a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3408,9 +3408,9 @@ checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" [[package]] name = "xattr" -version = "0.2.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" +checksum = "ea263437ca03c1522846a4ddafbca2542d0ad5ed9b784909d4b27b76f62bc34a" dependencies = [ "libc", ] diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 189ef160986..242798f7a82 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -29,7 +29,7 @@ walkdir = "2.2" indicatif = "0.17" [target.'cfg(unix)'.dependencies] -xattr="0.2.3" +xattr="1.0.0" exacl= { version = "0.9.0", optional=true } [[bin]]