Open renovate[bot] opened 2 months ago
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:
The artifact failure details are included below:
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 `gtk-sys`.
... required by package `webkit2gtk v2.0.1`
... which satisfies dependency `webkit2gtk = "=2.0.1"` of package `tauri v2.0.0`
... which satisfies dependency `tauri = "^2"` of package `tauri-plugin-deep-link v2.0.2`
... which satisfies dependency `tauri-plugin-deep-link = "^2.0.2"` of package `app v0.17.5 (/tmp/renovate/repos/github/colinlienard/gitlight/src-tauri)`
versions that meet the requirements `^0.18.0` are: 0.18.0
the package `gtk-sys` links to the native library `gtk-3`, but it conflicts with a previous package which links to `gtk-3` as well:
package `gtk-sys v0.15.1`
... which satisfies dependency `ffi = "^0.15.1"` of package `gtk v0.15.5`
... which satisfies dependency `gtk = "^0.15"` 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)`
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 = "gtk-3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.
failed to select a version for `gtk-sys` which could resolve this conflict
This PR contains the following updates:
0.1.2
->2.0.2
Release Notes
tauri-apps/plugins-workspace (tauri-plugin-deep-link)
### [`v2.0.2`](https://redirect.github.com/tauri-apps/plugins-workspace/compare/3fd283121f5ee739ac8a5149fa7e7520f992aeb0...57f69c661516a2fab874c3df01ed9b8038e4e593) ### [`v2.0.1`](https://redirect.github.com/tauri-apps/plugins-workspace/compare/e8069af80401cfc1e90297b786bef05a929ed9a6...1f5ed2fbb061e355c7c1d7fa4c79d7202682f8b7) ### [`v2.0.0`](https://redirect.github.com/tauri-apps/plugins-workspace/compare/c565a08d09cbc9924b7740ed16bf3bb1c8f4d3e1...e8069af80401cfc1e90297b786bef05a929ed9a6)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.
This PR was generated by Mend Renovate. View the repository job log.