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 ureq to v3 (dev) #12524

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Type Update Change
ureq dependencies major 2 -> 3

Release Notes

algesten/ureq (ureq)

v3.0.2

Compare Source

  • Remove dependency on once_cell (#​959)
    • Fix bug parsing partial redirects (#​958)
    • Expose typestate variables (#​956)

v3.0.1

Compare Source

  • Fix excessive stack sizes (#​950)
    • Do not enable json by default (breaking, but it was a mistake) (#​948)

v3.0.0

Compare Source

  • Replace RequestBuilder Deref with explicit wrappers (#​944)
    • Remove dependency on url crate (#​943)
    • Feature Config::save_redirect_history (#​939)

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 Jan 26, 2025
@renovate renovate bot requested a review from a team as a code owner January 26, 2025 13:35
Copy link
Contributor Author

renovate bot commented Jan 26, 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-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 `ureq`.
    ... required by package `tauri-cli v2.2.7 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-cli)`
    ... which satisfies path dependency `tauri-cli` (locked to 2.2.7) of package `tauri-cli-node v0.0.0 (/tmp/renovate/repos/github/tauri-apps/tauri/packages/cli)`
versions that meet the requirements `^3` are: 3.0.2, 3.0.1, 3.0.0

the package `tauri-cli` depends on `ureq`, with features: `tls` but `ureq` does not have these features.


failed to select a version for `ureq` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/tauri-cli/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `ureq`.
    ... required by package `tauri-cli v2.2.7 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-cli)`
    ... which satisfies path dependency `tauri-cli` (locked to 2.2.7) of package `tauri-cli-node v0.0.0 (/tmp/renovate/repos/github/tauri-apps/tauri/packages/cli)`
versions that meet the requirements `^3` are: 3.0.2, 3.0.1, 3.0.0

the package `tauri-cli` depends on `ureq`, with features: `tls` but `ureq` does not have these features.


failed to select a version for `ureq` which could resolve this conflict

Copy link
Contributor

github-actions bot commented Jan 26, 2025

Package Changes Through 7320b9d

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-ureq-3.x branch 2 times, most recently from 4ef7eea to 49da73e Compare January 26, 2025 18:14
@FabianLars
Copy link
Member

welp

@FabianLars FabianLars marked this pull request as draft January 27, 2025 22:00
@renovate renovate bot force-pushed the renovate/dev-ureq-3.x branch from b0b06b0 to df10907 Compare January 28, 2025 19:49
@renovate renovate bot force-pushed the renovate/dev-ureq-3.x branch from df10907 to b4f6260 Compare January 29, 2025 20:53
Copy link
Contributor Author

renovate bot commented Jan 29, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@FabianLars FabianLars marked this pull request as ready for review January 29, 2025 22:22
@FabianLars FabianLars merged commit bfc71e8 into dev Jan 29, 2025
13 checks passed
@FabianLars FabianLars deleted the renovate/dev-ureq-3.x branch January 29, 2025 22:23
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.

1 participant