Skip to content

Commit d21b602

Browse files
committed
chore: update deps
1 parent d6600da commit d21b602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ description = "A library for managing temporary files and directories."
1818

1919
[dependencies]
2020
cfg-if = "1"
21-
fastrand = "2.0.1"
21+
fastrand = "2.1.1"
2222
# Not available in stdlib until 1.70, but we support 1.63 to support Debian stable.
2323
once_cell = { version = "1.19.0", default-features = false, features = ["std"] }
2424

2525
[target.'cfg(any(unix, target_os = "wasi"))'.dependencies]
26-
rustix = { version = "0.38.31", features = ["fs"] }
26+
rustix = { version = "0.38.37", features = ["fs"] }
2727

2828
[target.'cfg(windows)'.dependencies.windows-sys]
2929
version = "0.59"

0 commit comments

Comments
 (0)