Skip to content

Update Rust crate zip to v4 #90

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Rust crate zip to v4 #90

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2025

This PR contains the following updates:

Package Type Update Change
zip dependencies major 3.0.0 -> 4.0.0

Release Notes

zip-rs/zip2 (zip)

v4.0.0

Compare Source

🐛 Bug Fixes
  • Allow extraction of Zip64 where "Version needed to extract" is higher than "Version made by" (#​356)
⚙️ Miscellaneous Tasks
  • Revert nt-time upgrade (would increase MSRV)
  • Revert constant_time_eq update (would increase MSRV)
  • Update fully-qualified names of liblzma imports

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented May 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lzma-sys`.
    ... required by package `xz2 v0.1.7`
    ... which satisfies dependency `xz2 = "^0.1.7"` of package `zip v2.3.0`
    ... which satisfies dependency `zip = "^2.1.3"` of package `binary-install v0.4.1`
    ... which satisfies dependency `binary-install = "^0.4.1"` of package `wasm-pack v0.13.1`
    ... which satisfies dependency `wasm-pack = "=0.13.1"` of package `Lightning_Lending v1.0.25-beta (/tmp/renovate/repos/github/AreaLayer/Lightning-Lending)`
versions that meet the requirements `^0.1.18` are: 0.1.20, 0.1.19

package `lzma-sys` links to the native library `lzma`, but it conflicts with a previous package which links to `lzma` as well:
package `liblzma-sys v0.4.3`
    ... which satisfies dependency `liblzma-sys = "^0.4.3"` of package `liblzma v0.4.1`
    ... which satisfies dependency `liblzma = "^0.4.1"` of package `zip v4.0.0`
    ... which satisfies dependency `zip = "^4.0.0"` of package `Lightning_Lending v1.0.25-beta (/tmp/renovate/repos/github/AreaLayer/Lightning-Lending)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "lzma"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `lzma-sys` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/zip-4.x branch 3 times, most recently from 7cddefb to e9448f4 Compare May 27, 2025 10:40
@renovate renovate bot force-pushed the renovate/zip-4.x branch 2 times, most recently from 50c2083 to 01b7bd4 Compare July 5, 2025 09:35
@renovate renovate bot force-pushed the renovate/zip-4.x branch from 01b7bd4 to a2e1238 Compare July 6, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants