From 4e3a24b6e2dc87e5c1b1f2a08fb1322bb33c7562 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 22 Apr 2024 11:27:39 -0700 Subject: [PATCH] Update to rustix 0.38.34. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3920967..63d53d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"] [dependencies] linux-raw-sys = { version = "0.4.9", default-features = false, features = ["general", "no_std", "elf"] } -rustix = { version = "0.38.26", default-features = false } +rustix = { version = "0.38.34", default-features = false } bitflags = { version = "2.4.0", default-features = false } memoffset = { version = "0.9.0", optional = true } log = { version = "0.4.14", default-features = false, optional = true }