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