Update Rust crate zip to v2.1.4 #277
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/zip-2.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.1.3
->2.1.4
Release Notes
zip-rs/zip2 (zip)
v2.1.4
Compare Source
🐛 Bug Fixes
deep_copy_file
no longer allows overwriting an existing file, to match the behavior ofshallow_copy_file
merge_archive
,abort_file
anddeep_copy_file
. As well, we now return an error when a file is being copied to itself.Debug
forZipWriter
even when it's not implemented for the inner writer's typefinish_into_readable()
would corrupt the archive if the central directory had moved🚜 Refactor
⚡ Performance
validate_extra_data()
call⚙️ Miscellaneous Tasks
c934c82
ok_or_abort_file
, and inline when that fails borrow checkerok_or_abort_file
, and inline when that fails borrow checkerdebug_assert_eq!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.