diff --git a/Cargo.toml b/Cargo.toml index 9625cf8fd..1f0f6cdbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ description = "A library for managing temporary files and directories." [dependencies] cfg-if = "1" -fastrand = "1.6.0" +fastrand = "2.0.0" [target.'cfg(any(unix, target_os = "wasi"))'.dependencies] rustix = { version = "0.37.11", features = ["fs"] }