Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 28, 2024
1 parent d6600da commit d21b602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d21b602

Please sign in to comment.