diff --git a/Cargo.toml b/Cargo.toml index 1dee2d963..d9879f595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,12 +18,12 @@ description = "A library for managing temporary files and directories." [dependencies] cfg-if = "1" -fastrand = "2.0.1" +fastrand = "2.1.1" # Not available in stdlib until 1.70, but we support 1.63 to support Debian stable. once_cell = { version = "1.19.0", default-features = false, features = ["std"] } [target.'cfg(any(unix, target_os = "wasi"))'.dependencies] -rustix = { version = "0.38.31", features = ["fs"] } +rustix = { version = "0.38.37", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.59"