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

chore(deps): update rust crate objc2 to 0.6 (dev) #12480

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Type Update Change
objc2 dependencies minor 0.5 -> 0.6

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.

Copy link
Contributor Author

renovate bot commented Jan 23, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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-runtime-wry/Cargo.toml --package [email protected] --precise 0.6.0
    Updating crates.io index
error: failed to select a version for the requirement `objc2 = "^0.5.2"`
candidate versions found which didn't match: 0.6.0
location searched: crates.io index
required by package `muda v0.15.3`
    ... which satisfies dependency `muda = "^0.15"` (locked to 0.15.3) of package `tauri v2.2.5 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/tauri/Cargo.toml --package [email protected] --precise 0.6.0
    Updating crates.io index
error: failed to select a version for the requirement `objc2 = "^0.5.2"`
candidate versions found which didn't match: 0.6.0
location searched: crates.io index
required by package `muda v0.15.3`
    ... which satisfies dependency `muda = "^0.15"` (locked to 0.15.3) of package `tauri v2.2.5 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri)`

@renovate renovate bot added the type: chore label Jan 23, 2025
@renovate renovate bot requested a review from a team as a code owner January 23, 2025 02:17
Copy link
Contributor

github-actions bot commented Jan 23, 2025

Package Changes Through abf7473

There are 7 changes which include tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri with minor, @tauri-apps/api with minor, @tauri-apps/cli with minor

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.2.0 2.3.0
tauri-utils 2.1.1 2.2.0
tauri-bundler 2.2.3 2.2.4
tauri-runtime 2.3.0 2.4.0
tauri-runtime-wry 2.3.0 2.4.0
tauri-codegen 2.0.4 2.0.5
tauri-macros 2.0.4 2.0.5
tauri-plugin 2.0.4 2.0.5
tauri-build 2.0.5 2.0.6
tauri 2.2.5 2.3.0
@tauri-apps/cli 2.2.7 2.3.0
tauri-cli 2.2.7 2.3.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-objc2-0.x branch from e9dd108 to 2311982 Compare January 23, 2025 09:08
@FabianLars FabianLars marked this pull request as draft January 23, 2025 10:58
@renovate renovate bot force-pushed the renovate/dev-objc2-0.x branch 17 times, most recently from b481308 to a19fc40 Compare January 26, 2025 15:59
@renovate renovate bot force-pushed the renovate/dev-objc2-0.x branch from a19fc40 to abf7473 Compare January 26, 2025 18:13
@FabianLars FabianLars closed this Jan 27, 2025
Copy link
Contributor Author

renovate bot commented Jan 27, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.6). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/dev-objc2-0.x branch January 27, 2025 19:08
@1111mp
Copy link

1111mp commented Feb 13, 2025

Will this PR be reopened? Wry has already upgraded to objc2 v0.6: tauri-apps/wry#1468.
However, upgrading to v0.6 seems to require some extra work... (I tested it locally)

Please forgive me if there are any mistakes in my comments. I am currently actively studying the source code of Tauri and hope to contribute one day 🚀. (Although it is a bit difficult for me 😑)

I upgraded objc2 to v0.6 locally. Only a few compatibility codes need to be modified. The local test passed, but it needs to rely on Wry to release a new version.
I don't know if I need to raise a PR or if the work has already been arranged internally. I'd be happy to help if needed. 😄

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.

2 participants