From 5e38d7537841d421ea7c8ecfd12abea1df2113e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:05:41 +0000 Subject: [PATCH] build(deps): update redox_syscall requirement from 0.5 to 0.6 Updates the requirements on redox_syscall to permit the latest version. --- updated-dependencies: - dependency-name: redox_syscall dependency-version: 0.6.0 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 68238c0..43ddb0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ features = [ ] [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.5" +redox_syscall = "0.6" [dev-dependencies] colorous = "1.0.12"