From 9584b893bad84aa0a3cacb8501d24c5a33225cd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 08:13:13 +0000 Subject: [PATCH] Bump redox_syscall from 0.1.17 to 0.1.56 Bumps redox_syscall from 0.1.17 to 0.1.56. Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02953861b62..9bb02a3e693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4371,9 +4371,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.17" +version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b" +checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" [[package]] name = "redox_termios"