From a8e0cb9b5aecb99c3018aad239a61dafb5c897c0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 6 Aug 2023 16:45:58 +0000 Subject: [PATCH] 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 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bc946f5f..fccff79ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5778,9 +5778,9 @@ dependencies = [ [[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", ]