Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate zip to v1.3.1 #841

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
zip dependencies minor 1.2.3 -> 1.3.1

Release Notes

zip-rs/zip2 (zip)

v1.3.1

Compare Source

🚜 Refactor
  • Make deflate enable 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 DateTime to impl TryFrom<DateTime> for NaiveDateTime (#​136)
⚑ Performance
  • Change default compression implementation to flate2/zlib-ng
βš™οΈ Miscellaneous Tasks
  • chore(#​132): Attribution for some copied test data
  • chore(#​133): chmod -x src/result.rs

v1.3.0

Compare Source

πŸš€ Features
  • Add is_symlink method
πŸ› 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-features implicitly 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 generify is_dir to 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.

@renovate renovate bot added automerge Use with kodiak dependencies Update one or more dependencies version patch Increment the patch version when merged labels May 6, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 6, 2024
@renovate renovate bot force-pushed the renovate/zip-1.x-lockfile branch from 5343402 to b2903ea Compare May 7, 2024 03:36
@renovate renovate bot changed the title Update Rust crate zip to v1.2.0 Update Rust crate zip to v1.2.1 May 7, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/zip-1.x-lockfile branch from b2903ea to 9e2811b Compare May 9, 2024 20:01
@renovate renovate bot changed the title Update Rust crate zip to v1.2.1 Update Rust crate zip to v1.2.2 May 9, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 9, 2024
@renovate renovate bot force-pushed the renovate/zip-1.x-lockfile branch from 9e2811b to ce72f1f Compare May 11, 2024 07:47
@renovate renovate bot changed the title Update Rust crate zip to v1.2.2 Update Rust crate zip to v1.2.3 May 11, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 11, 2024
@renovate renovate bot force-pushed the renovate/zip-1.x-lockfile branch from ce72f1f to 4de58d7 Compare May 17, 2024 15:06
@renovate renovate bot changed the title Update Rust crate zip to v1.2.3 Update Rust crate zip to v1.3.0 May 17, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 17, 2024
@renovate renovate bot force-pushed the renovate/zip-1.x-lockfile branch from 4de58d7 to d31750d Compare May 22, 2024 12:45
@renovate renovate bot changed the title Update Rust crate zip to v1.3.0 Update Rust crate zip to v1.3.1 May 22, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 22, 2024
@kodiakhq kodiakhq bot removed the automerge Use with kodiak label May 23, 2024
Copy link
Contributor

kodiakhq bot commented May 23, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

Copy link
Contributor Author

renovate bot commented May 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants