From 6ab5bf035327c032cd44358b1e026c70de2bb986 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 10 May 2024 12:17:42 -0700 Subject: [PATCH] chore: update rustix fixes #57 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17d960e2..13776da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ default = ["unsupported"] unsupported = [] [dependencies.rustix] -version = "0.38.29" +version = "0.38.34" default-features = false features = ["fs", "std"]