From 82f9abc50b007ab1fbe746e3dda38b0184fd0c53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 18:56:22 +0000 Subject: [PATCH] chore(deps): update rust crate redox_syscall to 0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e792745a3ae..5280303ba4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3213,7 +3213,7 @@ version = "0.0.18" dependencies = [ "clap", "libc", - "redox_syscall 0.2.16", + "redox_syscall 0.3.5", "uucore", ] diff --git a/Cargo.toml b/Cargo.toml index 8e64fbaa71d..99875183a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -309,7 +309,7 @@ quick-error = "2.0.1" rand = { version = "0.8", features = ["small_rng"] } rand_core = "0.6" rayon = "1.7" -redox_syscall = "0.2" +redox_syscall = "0.3" regex = "1.8.3" rstest = "0.17.0" rust-ini = "0.18.0"