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

fix(deps): update rust crate tauri-plugin-deep-link to v2 #300

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Type Update Change
tauri-plugin-deep-link dependencies major 0.1.2 -> 2.0.1

Release Notes

tauri-apps/plugins-workspace (tauri-plugin-deep-link)

v2.0.1

v2.0.0


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.

@renovate renovate bot added the dependency label Oct 2, 2024
Copy link
Contributor Author

renovate bot commented Oct 2, 2024

⚠️ 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: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://github.com/tauri-apps/plugins-workspace`
From https://github.com/tauri-apps/plugins-workspace
 * [new ref]         077b3d44fb0c1b1377193dd93125ecf7c4ea04e4 -> refs/commit/077b3d44fb0c1b1377193dd93125ecf7c4ea04e4
 * [new tag]         persisted-scope-v0.1.1 -> persisted-scope-v0.1.1
 * [new tag]         persisted-scope-v0.1.2 -> persisted-scope-v0.1.2
 * [new tag]         persisted-scope-v0.1.3 -> persisted-scope-v0.1.3
 * [new tag]         positioner-v1.0.5 -> positioner-v1.0.5
 * [new tag]         window-state-v0.1.1 -> window-state-v0.1.1
error: failed to select a version for `webkit2gtk-sys`.
    ... required by package `webkit2gtk v0.18.2`
    ... which satisfies dependency `webkit2gtk = "^0.18.2"` of package `tauri v1.6.6`
    ... which satisfies dependency `tauri = "^1.6.6"` of package `app v0.17.5 (/tmp/renovate/repos/github/colinlienard/gitlight/src-tauri)`
versions that meet the requirements `^0.18` are: 0.18.0

the package `webkit2gtk-sys` links to the native library `web_kit2`, but it conflicts with a previous package which links to `web_kit2` as well:
package `webkit2gtk-sys v2.0.1`
    ... which satisfies dependency `ffi = "^2.0.1"` of package `webkit2gtk v2.0.1`
    ... which satisfies dependency `webkit2gtk = "=2.0.1"` of package `tauri v2.0.1`
    ... which satisfies dependency `tauri = "^2.0.1"` of package `tauri-plugin-deep-link v2.0.1`
    ... which satisfies dependency `tauri-plugin-deep-link = "^2.0.1"` of package `app v0.17.5 (/tmp/renovate/repos/github/colinlienard/gitlight/src-tauri)`
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 = "web_kit2"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

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

@renovate renovate bot force-pushed the renovate/tauri-plugin-deep-link-2.x branch from 264e8a7 to 5aa0c94 Compare October 3, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants