1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #4692 from uutils/renovate/xattr-1.x

chore(deps): update rust crate xattr to v1
This commit is contained in:
Daniel Hofstetter 2023-03-30 15:36:41 +02:00 committed by GitHub
commit 499b854dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3628,9 +3628,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
[[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",
]

View file

@ -328,7 +328,7 @@ utf-8 = "0.7.6"
walkdir = "2.3"
winapi-util = "0.1.5"
windows-sys = { version="0.42.0", default-features=false }
xattr = "0.2.3"
xattr = "1.0.0"
zip = { version = "0.6.4", default_features=false, features=["deflate"] }
hex = "0.4.3"