Skip to content

Commit

Permalink
Update tempfile to fix race condition in remove_dir_all
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Feb 28, 2023
1 parent 1bace32 commit f8eb1e8
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 14 deletions.
148 changes: 135 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lz4_flex = { version = "0.10", default-features = false, features = ["checked-de
minilzo-rs = "0.6.0"
regex = "1.7.0"
rust-lzma = "0.5.1"
tempfile = "3.3.0"
tempfile = "3.4.0"
zstd = "0.11.2"

[dev-dependencies]
Expand Down

0 comments on commit f8eb1e8

Please sign in to comment.