From 8195e2d63845c9a1053cfa976046821d6e6ac302 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 26 Sep 2024 14:20:59 +0200 Subject: [PATCH] Bump rustix from 0.38.34 to 0.38.37 (#13878) Notable this gets https://github.com/bytecodealliance/rustix/pull/1147 which makes things work on Android again. Without this update latest `0.98.0` release gets stuck in a loop outputting the below error due to the `TCGETS2` usage: > Error: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e41e74ce5a6..990e9d5a19b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5432,9 +5432,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.34" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ "bitflags 2.6.0", "errno",