From e246c4a00438ed64f6e290911a5b886f25714e8d Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 5 Feb 2024 10:45:41 -0800 Subject: [PATCH] chore: update deps (#275) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9f13abb6..92ca81df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,10 +18,10 @@ description = "A library for managing temporary files and directories." [dependencies] cfg-if = "1" -fastrand = "2.0.0" +fastrand = "2.0.1" [target.'cfg(any(unix, target_os = "wasi"))'.dependencies] -rustix = { version = "0.38.26", features = ["fs"] } +rustix = { version = "0.38.31", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.52"