1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

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

chore(deps): update rust crate xattr to 1.0.1
This commit is contained in:
Daniel Hofstetter 2023-07-30 10:33:21 +02:00 committed by GitHub
commit f37318d37c
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

@ -3593,9 +3593,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "xattr"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea263437ca03c1522846a4ddafbca2542d0ad5ed9b784909d4b27b76f62bc34a"
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
dependencies = [
"libc",
]

View file

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