Skip to content

chore(deps)(deps): bump reqwest from 0.12.24 to 0.12.28#446

Merged
AlexMikhalev merged 1 commit into
mainfrom
dependabot/cargo/reqwest-0.12.28
Jan 20, 2026
Merged

chore(deps)(deps): bump reqwest from 0.12.24 to 0.12.28#446
AlexMikhalev merged 1 commit into
mainfrom
dependabot/cargo/reqwest-0.12.28

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Bumps reqwest from 0.12.24 to 0.12.28.

Release notes

Sourced from reqwest's releases.

v0.12.28

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.27...v0.12.28

v0.12.27

tl;dr

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Pipe.

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.26...v0.12.27

v0.12.26

tl;dr

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.25...v0.12.26

v0.12.25

Highlights

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

What's Changed

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.28

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.28.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.24...v0.12.28)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.12.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/reqwest-0.12.28 branch from aad000a to 8bb1cd2 Compare January 19, 2026 10:49
@AlexMikhalev AlexMikhalev merged commit f6f5ad7 into main Jan 20, 2026
3 of 15 checks passed
@AlexMikhalev AlexMikhalev deleted the dependabot/cargo/reqwest-0.12.28 branch January 20, 2026 14:49
AlexMikhalev pushed a commit that referenced this pull request May 7, 2026
- Add circuit-breaker is_environment_error fix to CHANGELOG (Refs #446)
- Add doc gap report v4 covering full workspace (55 crates, ~2,450 gaps)
- Comment findings on Gitea issue #1289

Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
AlexMikhalev pushed a commit that referenced this pull request May 7, 2026
Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
AlexMikhalev pushed a commit that referenced this pull request May 7, 2026
…xemption Refs #446

Adds no_template_probe_does_not_open_breaker to close the REQ-003 gap
identified in the requirements traceability review: the predicate
is_environment_error was unit-tested for the no-action-template string
but had no test exercising the full probe_all path (ProbeResult ->
breaker exemption logic).  The new test follows the same pattern as
c1_blocked_probe_does_not_open_breaker (14/14 pass).

Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
AlexMikhalev pushed a commit that referenced this pull request May 11, 2026
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