valheim-docker
valheim-docker copied to clipboard
Update Rust crate zip to v2
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| zip | dependencies | major | 1.1.3 -> 2.0.0 |
Release Notes
zip-rs/zip2 (zip)
v2.0.0
🚀 Features
- Add
fmt::DisplayforDateTime - Implement more traits for
DateTime
🚜 Refactor
- Change type of
last_modified_timetoOption<DateTime> - [breaking] Rename
from_msdostofrom_msdos_unchecked, make it unsafe, and addtry_from_msdos(#145)
⚙️ Miscellaneous Tasks
- Continue to accept archives with invalid DateTime, and use
now_utc()as default only when writing, not reading
v1.3.1
🚜 Refactor
- Make
deflateenable both default implementations - Merge the hidden deflate-flate2 flag into the public one
- Rename _deflate-non-zopfli to _deflate-flate2
- Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream
- Convert
impl TryInto<NaiveDateTime> for DateTimetoimpl TryFrom<DateTime> for NaiveDateTime(#136)
⚡ Performance
- Change default compression implementation to
flate2/zlib-ng
⚙️ Miscellaneous Tasks
v1.3.0
🚀 Features
- Add
is_symlinkmethod
🐛 Bug Fixes
- Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS
🚜 Refactor
- Eliminate deprecation warning when
--all-featuresimplicitly enables the deprecated feature - Check if archive contains a symlink's target, without borrowing both at the same time
- Eliminate a clone that's no longer necessary
- is_dir only needs to look at the filename
- Remove unnecessary #[cfg] attributes
⚙️ Miscellaneous Tasks
- Fix borrow-of-moved-value
- Box
doesn't directly convert to PathBuf, so convert back to String first - partial revert - only &str has chars(), but Box
should auto-deref - contains_key needs a
Box<str>, so generifyis_dirto accept one - Add missing
ZipFileData::is_dir()method - Fix another Windows-specific error
- More bug fixes for Windows-specific symlink code
- More bug fixes for Windows-specific symlink code
- Bug fix: variable name change
- Bug fix: need both internal and output path to determine whether to symlink_dir
- Another bug fix
- Fix another error-type conversion error
- Fix error-type conversion on Windows
- Fix conditionally-unused import
- Fix continued issues, and factor out the Vec
-to-OsString conversion (cc: #125) - Fix CI failure involving conversion to OsString for symlinks (see my comments on #125)
- Move path join into platform-independent code
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.