Skip to content

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

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#6773
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/reqwest-b569b0d660

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 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 Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 09:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 7, 2026
@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 Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/reqwest-b569b0d660 branch from c5af032 to 06fcf91 Compare September 7, 2026 10:08

@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: 06fcf9129b

ℹ️ 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 middleware 0.5

When quickwit-rest-client is compiled, Transport::new passes the workspace's reqwest::Client into reqwest_middleware::ClientBuilder::new, but the workspace still selects reqwest 0.12 while middleware 0.5 selects reqwest 0.13 (as shown by the two versions in Cargo.lock). Those client types come from distinct crate versions and are incompatible, so this crate—and therefore workspace builds including it—will not compile unless reqwest is upgraded alongside the middleware or these packages remain on compatible versions.

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

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/reqwest-b569b0d660 branch 3 times, most recently from 5b64a3a to 3388253 Compare September 7, 2026 13:01
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 force-pushed the dependabot/cargo/quickwit/reqwest-b569b0d660 branch from 3388253 to 157559c Compare September 7, 2026 14:55
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