Replace in-place compression

Compress gzip files to a temporary file first and then do an atomic
rename.
This commit is contained in:
KARASZI István
2021-01-07 16:50:13 +01:00
parent fa40c6e3d4
commit 956adfc90a
3 changed files with 12 additions and 2 deletions

1
Cargo.lock generated
View File

@ -1734,6 +1734,7 @@ dependencies = [
"tempfile",
"tokio",
"ureq",
"uuid",
"vergen",
"walkdir",
"whoami",