From b07af139f7e973a5c005e667b41b40f91a23ce12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 03:29:53 +0000 Subject: [PATCH] Update redox_syscall requirement from 0.2 to 0.5 Updates the requirements on redox_syscall to permit the latest version. --- updated-dependencies: - dependency-name: redox_syscall dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1f831b..cd4ab7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ libc = "0.2" xattr = { version = "0.2", optional = true } [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.2" +redox_syscall = "0.5" [features] default = [ "xattr" ]