LemmyNet / lemmy-stats-crawler

GNU Affero General Public License v3.0
15 stars 7 forks source link

Update Rust crate reqwest-middleware to 0.3.0 #31

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
reqwest-middleware dependencies minor 0.2.4 -> 0.3.0

Release Notes

TrueLayer/reqwest-middleware (reqwest-middleware) ### [`v0.3.2`](https://togithub.com/TrueLayer/reqwest-middleware/releases/tag/reqwest-middleware-v0.3.2) ##### Added - Added re-export of `reqwest`. - `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`. ### [`v0.3.0`](https://togithub.com/TrueLayer/reqwest-middleware/releases/tag/reqwest-middleware-v0.3.0) ##### Breaking changes - Upgraded `reqwest` to `0.12.0` - Removed default-features `json` and `multipart` from `reqwest` dependency - Added `json` and `multipart` features to `reqwest-middleware` - Upgraded `matchit` to `0.8.0` - You may need to update some matches that look like `/a/:some_var` to `/a/{some_var}` - Removed `task_local_extensions` in favour of `http::Extensions` - All extensions must be `Clone` now. ##### Changed - `RequestBuilder::try_clone` now clones the extensions. ##### Added - Implemented `Service` for `ClientWithMiddleware` to have more feature parity with `reqwest`. - Added more methods like `build_split` to have more feature parity with `reqwest.` - Added more documentation

Configuration

šŸ“… Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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.

renovate[bot] commented 5 months ago

āš ļø 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:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package reqwest-middleware@0.2.4 --precise 0.3.2
    Updating crates.io index
error: failed to select a version for the requirement `reqwest-middleware = "^0.2.0"`
candidate versions found which didn't match: 0.3.2
location searched: crates.io index
required by package `reqwest-retry v0.3.0`
    ... which satisfies dependency `reqwest-retry = "^0.3.0"` (locked to 0.3.0) of package `lemmy-stats-crawler v0.1.0 (/tmp/renovate/repos/github/LemmyNet/lemmy-stats-crawler)`
renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.3.0). 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.