From 4ab801c4d67a8819ab7e303940577bf45b2cf772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:08:18 +0000 Subject: [PATCH] build(deps): update redox_syscall requirement from 0.7 to 0.8 Updates the requirements on redox_syscall to permit the latest version. --- updated-dependencies: - dependency-name: redox_syscall dependency-version: 0.8.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 d9ffcb09..96f5aa39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ web-sys = { version = "0.3.55", features = [ # Orbital dependencies. [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.7" +redox_syscall = "0.8" [package.metadata.docs.rs] all-features = true