From 20b9af633d7b31991635a8b47bbf4e9b51a4fde4 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 12 Dec 2024 13:32:25 +1100 Subject: [PATCH] chore: bump redox_syscall Bumps redox_syscall to 0.5.8 Signed-off-by: Anhad Singh --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- redox-rt/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09b816edf6..ab80fb44fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 78cf6445fa..f7ff066279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ features = ["c_api"] sc = "0.2.3" [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.5.5" +redox_syscall = "0.5.8" redox-rt = { path = "redox-rt" } redox-path = "0.2" redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git", default-features = false, features = ["redox_syscall"] } diff --git a/redox-rt/Cargo.toml b/redox-rt/Cargo.toml index 33502bb75f..a69851747e 100644 --- a/redox-rt/Cargo.toml +++ b/redox-rt/Cargo.toml @@ -12,6 +12,6 @@ description = "Libc-independent runtime for Redox" bitflags = "2" goblin = { version = "0.7", default-features = false, features = ["elf32", "elf64", "endian_fd"] } plain = "0.2" -redox_syscall = "0.5.3" +redox_syscall = "0.5.8" generic-rt = { path = "../generic-rt" }