From 42286efb4ad6411c0c60a4e1fa2e2fcec9ab6008 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 20 Sep 2024 01:07:30 +0200 Subject: [PATCH] Bump rustix from 0.38.34 to 0.38.37 Notable this gets https://github.com/bytecodealliance/rustix/pull/1147 which makes things work on Android again. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10b0ddfbd8e44..7ddfb4279efec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5433,9 +5433,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",