fix: update xattr from 1.0.0 to 1.0.1 to fix UnsupportedPlatformError import

See the folowing PRs on the `xattr` repository:
- https://github.com/Stebalien/xattr/pull/34
- https://github.com/Stebalien/xattr/pull/38
This commit is contained in:
link2xt
2023-08-06 16:45:58 +00:00
parent 6ea9a8988b
commit a8e0cb9b5a

4
Cargo.lock generated
View File

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