From 665d83c67ffef3295fbef8af52d9069b89ea7794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:39:41 +0000 Subject: [PATCH] build(deps): update redox_syscall requirement from 0.4 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 1ed404a..08ee95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ features = [ ] [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.4" +redox_syscall = "0.5" [build-dependencies] cfg_aliases = "0.2.0"