ouch
ouch copied to clipboard
build(deps): bump zip from 0.6.6 to 2.0.0
Bumps zip from 0.6.6 to 2.0.0.
Release notes
Sourced from zip's releases.
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 readingv1.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
... (truncated)
Changelog
Sourced from zip's changelog.
2.0.0 - 2024-05-24
🚀 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 reading1.3.1 - 2024-05-21
🚜 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
1.3.0 - 2024-05-17
🚀 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
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.