We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6600da commit d21b602Copy full SHA for d21b602
Cargo.toml
@@ -18,12 +18,12 @@ description = "A library for managing temporary files and directories."
18
19
[dependencies]
20
cfg-if = "1"
21
-fastrand = "2.0.1"
+fastrand = "2.1.1"
22
# Not available in stdlib until 1.70, but we support 1.63 to support Debian stable.
23
once_cell = { version = "1.19.0", default-features = false, features = ["std"] }
24
25
[target.'cfg(any(unix, target_os = "wasi"))'.dependencies]
26
-rustix = { version = "0.38.31", features = ["fs"] }
+rustix = { version = "0.38.37", features = ["fs"] }
27
28
[target.'cfg(windows)'.dependencies.windows-sys]
29
version = "0.59"
0 commit comments