Skip to content

build(deps): bump the reqwest group across 1 directory with 2 updates - #6741

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/reqwest-b569b0d660
Open

build(deps): bump the reqwest group across 1 directory with 2 updates#6741
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/reqwest-b569b0d660

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the reqwest group with 2 updates in the /quickwit directory: reqwest-middleware and reqwest-retry.

Updates reqwest-middleware from 0.4.2 to 0.5.2

Release notes

Sourced from reqwest-middleware's releases.

reqwest-middleware-v0.5.2

Added

  • (reqwest-middleware) stream feature exported. (#246)
  • expose internal reqwest::Client as reference (#209)

Other

  • Adjust third-party middleware list in readme (#282)

reqwest-middleware-v0.5.1

Other

  • Set changelog version for last release (#268)

reqwest-middleware-v0.5.0

Added

  • Deprecated fetch_mode_no_cors as it's been deprecated in reqwest.
Commits

Updates reqwest-retry from 0.8.0 to 0.9.1

Release notes

Sourced from reqwest-retry's releases.

reqwest-retry-v0.9.1

Fixed

  • (reqwest-retry) drop instant by upgrading wasmtimer (#254)

Other

  • Set changelog version for last release (#268)

reqwest-retry-v0.9.0

Breaking Changes

  • Updated retry-policies (re-exported as reqwest_retry::policies) to 0.5.

Changed

  • Updated thiserror to 2.0
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 28, 2026 18:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b5a5661049

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread quickwit/Cargo.toml
] }
reqwest-middleware = "0.4"
reqwest-retry = "0.8"
reqwest-middleware = "0.5"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align reqwest with the middleware's required major version

In quickwit-rest-client, the direct dependency remains reqwest 0.12, while reqwest-middleware 0.5.2 resolves against reqwest 0.13. Consequently, ReqwestMiddlewareClientBuilder::new(reqwest_client) receives a 0.12 reqwest::Client where a distinct 0.13 client type is required, preventing the crate from compiling. Upgrade the workspace's direct reqwest dependency together with the middleware or retain middleware versions compatible with 0.12.

AGENTS.md reference: AGENTS.md:L121-L121

Useful? React with 👍 / 👎.

Bumps the reqwest group with 2 updates in the /quickwit directory: [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) and [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware).


Updates `reqwest-middleware` from 0.4.2 to 0.5.2
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.4.2...reqwest-middleware-v0.5.2)

Updates `reqwest-retry` from 0.8.0 to 0.9.1
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-retry-v0.9.1)

---
updated-dependencies:
- dependency-name: reqwest-middleware
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: reqwest
- dependency-name: reqwest-retry
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: reqwest
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the reqwest group in /quickwit with 2 updates build(deps): bump the reqwest group across 1 directory with 2 updates Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/reqwest-b569b0d660 branch from b5a5661 to bc40956 Compare August 31, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants