Skip to content

Commit

Permalink
chore: update deps (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 5, 2024
1 parent 4a05e47 commit e246c4a
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,10 +18,10 @@ description = "A library for managing temporary files and directories."

[dependencies]
cfg-if = "1"
fastrand = "2.0.0"
fastrand = "2.0.1"

[target.'cfg(any(unix, target_os = "wasi"))'.dependencies]
rustix = { version = "0.38.26", features = ["fs"] }
rustix = { version = "0.38.31", features = ["fs"] }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.52"
Expand Down

0 comments on commit e246c4a

Please sign in to comment.