From c74d62a4922ddca278dc02a2a5e8e90821cc0573 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 4 Jun 2024 08:08:54 -0700 Subject: [PATCH] update xattr to 1.1.3 (#348) xattr 1.0.0 through 1.1.2 have a bug (https://github.com/Stebalien/xattr/pull/48). Bump the requirement so that downstream dependents get the latest version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fd35be2..58d161bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ filetime = "0.2.8" tempfile = "3" [target."cfg(unix)".dependencies] -xattr = { version = "1.0", optional = true } +xattr = { version = "1.1.3", optional = true } libc = "0.2" [features]