Skip to content

chore(deps): update rust crate rpm to 0.17 (dev) #13054

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: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

Package Type Update Change
rpm dependencies minor 0.16 -> 0.17

Release Notes

rpm-rs/rpm (rpm)

v0.17.0

Added
  • Added support for ecdsa signatures
  • Added Package::files() for iterating over the files of an RPM package (metadata & contents).
  • Added Package::extract() for extracting the archive contents of an RPM package to a directory on disk.
  • Added Package::clear_signatures() for removing signatures from an existing package.
Changed
  • Replaced unmaintained xz2 dependency with the maintained liblzma fork
Fixed
  • Resolved an issue where package signatures produced by this library were not able to be verified on older
    versions of RPM such as the one used on EL8.
Breaking Changes
  • Minimum supported Rust version updated to 1.85 (Edition 2024)

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 is behind base branch, 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.

@renovate renovate bot added the type: chore label Mar 22, 2025
@renovate renovate bot requested a review from a team as a code owner March 22, 2025 18:02
Copy link
Contributor Author

renovate bot commented Mar 22, 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 crates/tauri-bundler/Cargo.toml --workspace
    Updating git repository `https://github.com/tauri-apps/schemars.git`
From https://github.com/tauri-apps/schemars
 * [new ref]         c30f98480e6e4742aa72202d55d5264c6b2e6476 -> refs/commit/c30f98480e6e4742aa72202d55d5264c6b2e6476
    Updating crates.io index
error: failed to select a version for `liblzma-sys`.
    ... required by package `liblzma v0.3.1`
    ... which satisfies dependency `liblzma = "^0.3"` of package `rpm v0.17.0`
    ... which satisfies dependency `rpm = "^0.17"` of package `tauri-bundler v2.4.0 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-bundler)`
    ... which satisfies path dependency `tauri-bundler` (locked to 2.4.0) of package `tauri-cli v2.5.0 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-cli)`
    ... which satisfies path dependency `tauri-cli` (locked to 2.5.0) of package `tauri-cli-node v0.0.0 (/tmp/renovate/repos/github/tauri-apps/tauri/packages/cli)`
versions that meet the requirements `^0.3.3` are: 0.3.13, 0.3.12, 0.3.11, 0.3.10, 0.3.9, 0.3.8, 0.3.7, 0.3.6, 0.3.5, 0.3.4, 0.3.3

the package `liblzma-sys` links to the native library `lzma`, but it conflicts with a previous package which links to `lzma` as well:
package `lzma-sys v0.1.19`
    ... which satisfies dependency `lzma-sys = "^0.1.18"` of package `xz2 v0.1.7`
    ... which satisfies dependency `xz2 = "^0.1.7"` of package `apple-xar v0.18.0`
    ... which satisfies dependency `apple-xar = "^0.18.0"` of package `apple-codesign v0.27.0`
    ... which satisfies dependency `apple-codesign = "^0.27"` of package `tauri-macos-sign v2.1.0 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-macos-sign)`
    ... which satisfies path dependency `tauri-macos-sign` (locked to 2.1.0) of package `tauri-cli v2.5.0 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-cli)`
    ... which satisfies path dependency `tauri-cli` (locked to 2.5.0) of package `tauri-cli-node v0.0.0 (/tmp/renovate/repos/github/tauri-apps/tauri/packages/cli)`
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 `liblzma-sys` which could resolve this conflict

@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Mar 22, 2025
Copy link
Contributor

github-actions bot commented Mar 22, 2025

Package Changes Through 6c1960f

There are 8 changes which include tauri-bundler with minor, tauri-cli with minor, tauri-codegen with minor, tauri-utils with minor, @tauri-apps/cli with minor, tauri with minor, @tauri-apps/api with minor, tauri-runtime-wry with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.5.0 2.6.0
tauri-utils 2.4.0 2.5.0
tauri-bundler 2.4.0 2.5.0
tauri-runtime 2.6.0 2.6.1
tauri-runtime-wry 2.6.0 2.6.1
tauri-codegen 2.2.0 2.3.0
tauri-macros 2.2.0 2.2.1
tauri-plugin 2.2.0 2.2.1
tauri-build 2.2.0 2.2.1
tauri 2.5.1 2.6.0
@tauri-apps/cli 2.5.0 2.6.0
tauri-cli 2.5.0 2.6.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch 9 times, most recently from f982c34 to 6ecb342 Compare March 29, 2025 15:47
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch 14 times, most recently from 130d1a9 to 060497f Compare April 5, 2025 02:10
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch from 060497f to b7bca86 Compare April 8, 2025 01:36
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch 13 times, most recently from 1cc3082 to 27f6354 Compare May 16, 2025 21:41
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch 6 times, most recently from 2787cf5 to bf09700 Compare May 22, 2025 10:48
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch 6 times, most recently from de3ee74 to 116dbc7 Compare May 29, 2025 14:06
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch 3 times, most recently from 5722070 to cea325b Compare June 3, 2025 13:47
@renovate renovate bot force-pushed the renovate/dev-rpm-0.x branch from cea325b to 6c1960f Compare June 3, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📬Proposal
Development

Successfully merging this pull request may close these issues.

0 participants