From bdeb2574dc2bd4e67893163c4a4dea8123194f61 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev <71594357+Snowiiii@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:05:52 +0100 Subject: [PATCH] Update Redox (#3368) --- Cargo.toml | 4 ++-- deny.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78b21e7cfb..b74698d96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,8 +192,8 @@ x11rb = { version = "0.13.0", default-features = false, features = ["allow-unsaf xkbcommon-dl = "0.4.0" [target.'cfg(target_os = "redox")'.dependencies] -orbclient = { version = "0.3.42", default-features = false } -redox_syscall = "0.3" +orbclient = { version = "0.3.47", default-features = false } +redox_syscall = "0.4.1" [target.'cfg(target_family = "wasm")'.dependencies.web_sys] package = "web-sys" diff --git a/deny.toml b/deny.toml index b566e1e263..317542b864 100644 --- a/deny.toml +++ b/deny.toml @@ -34,7 +34,6 @@ skip = [ { name = "raw-window-handle" }, # we intentionally have multiple versions of this { name = "bitflags" }, # the ecosystem is in the process of migrating. { name = "libloading" }, # x11rb uses a different version until the next update - { name = "redox_syscall" }, # https://gitlab.redox-os.org/redox-os/orbclient/-/issues/46 ] skip-tree = []