Skip to content

properly match error variants in test #2721

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

Merged
merged 2 commits into from
Jun 7, 2025

Conversation

Ruben2424
Copy link
Contributor

No description provided.

@seanmonstar seanmonstar merged commit a26879d into seanmonstar:master Jun 7, 2025
37 checks passed
kodiakhq bot pushed a commit to pdylanross/fatigue that referenced this pull request Jun 11, 2025
Bumps reqwest from 0.12.19 to 0.12.20.

Release notes
Sourced from reqwest's releases.

v0.12.20
Highlights

Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
Fix proxy headers only using the first matched proxy.
(wasm) Fix re-adding Error::is_status().

What's Changed

fix(client): apply authorization header to first matching proxy only by @​0x676e67 in seanmonstar/reqwest#2714
wasm: re-add Error::is_status() by @​seanmonstar in seanmonstar/reqwest#2720
properly match error variants in test by @​Ruben2424 in seanmonstar/reqwest#2721
refactor: reduce size of Pending request future by @​seanmonstar in seanmonstar/reqwest#2725
feat: add tcp_user_timeout builder option by @​seanmonstar in seanmonstar/reqwest#2724
refactor: use hyper-util Socks connectors by @​seanmonstar in seanmonstar/reqwest#2726
Remove some unused dependencies by @​DaniPopes in seanmonstar/reqwest#2716

New Contributors

@​DaniPopes made their first contribution in seanmonstar/reqwest#2716

Full Changelog: seanmonstar/[email protected]



Changelog
Sourced from reqwest's changelog.

v0.12.20

Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
Fix proxy headers only using the first matched proxy.
(wasm) Fix re-adding Error::is_status().




Commits

099ae80 v0.12.20
4bccf41 chore: remove some unused dependencies (#2716)
9248770 refactor: use hyper-util Socks connectors (#2726)
334837c feat: add tcp_user_timeout builder option (#2724)
13487fb refactor: reduce size of Pending request future (#2725)
a26879d tests: properly match http3 error variants (#2721)
65102c9 wasm: re-add Error::is_status() (#2720)
f94c5cd fix(proxy): apply headers to first matching proxy only (#2714)
See full diff in compare view




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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants