From fb6b1d487b1b728a5a949ffb5542221439f8edb9 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 21 Oct 2024 21:33:51 +0000 Subject: [PATCH] deps: bump redox-syscall to 0.5.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf40d6b8..37932f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -270,7 +270,7 @@ xkbcommon-dl = "0.4.2" # Orbital [target.'cfg(target_os = "redox")'.dependencies] orbclient = { version = "0.3.47", default-features = false } -redox_syscall = "0.4.1" +redox_syscall = "0.5.7" # Web [target.'cfg(target_family = "wasm")'.dependencies]