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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the http group with 5 updates:
0.14.30
1.4.1
0.1.6
0.1.7
0.3.2
0.3.3
0.3.1
0.4.13
0.12.5
0.12.7
Updates
hyper
from 0.14.30 to 1.4.1Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
4fda6b3
v1.4.18e5de1b
fix(http1): reject final chunked if missing 0fdc1916
v1.4.04ffaad5
feat(client): addSendRequest::try_send_request()
method (#3691)56c3cd5
feat(client): removeSend +Sync
bounds requirement ofhttp2::Connection
e...9580b35
feat(client): remove 'static lifetime bound on http1/2 client IO (#3667)3e435cf
docs(client): Include exec arg in client::conn::http2::handshake doc (#3694)111d038
docs(client): better describe Uri forms are sent as-isaa7ff60
docs(client): replace example on mod page with link to guide7cedc13
perf(client): create DispatchGone error only if neededUpdates
hyper-util
from 0.1.6 to 0.1.7Release notes
Sourced from hyper-util's releases.
Changelog
Sourced from hyper-util's changelog.
Commits
3170807
v0.1.7c7752f3
feat: Add API for poisoning connections (#121)7afb1ed
chore(ci): Use tokio 1.38.1 in MSRV check (#139)b36538a
docs(server): updateHttp1Builder::header_read_timeout
docs (#137)efd57ff
feat(client-legacy): Restore connect info in errors (#135)Updates
tower-service
from 0.3.2 to 0.3.3Commits
646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)032d17f
ensure that re-exported symbols show feature label in root (#754)05a0a25
Upgrade to indexmap v2 (MSRV 1.63) (#741)7d723eb
remove generic parameters from Reconnect::new (#755)Updates
tower
from 0.3.1 to 0.4.13Release notes
Sourced from tower's releases.
... (truncated)
Commits
04527ae
chore: prepare to releasetower-service
v0.3.2 (#673)4cc7e7d
chore: prepare to release tower v0.4.13 (#672)051b094
ready-cache: Ensure cancelation can be observed (#668)a2305b3
ready_cache: just use pin_project forPending
(#667)b0e7a71
load_shed: make constructor for Overloaded error public (#661)0feb182
service: clarify docs around shared resource consumption in poll_ready() (#662)c3d1607
fix: broken Service link (#659)d989a82
util: Fixcall_all
hang when stream is pending (#656)7d81577
tower: fix docs typo (#646)d264bc7
ci: run MSRV checks with minimal dep versions (#670)Updates
reqwest
from 0.12.5 to 0.12.7Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
88bd9be
v0.12.768127f0
Revert "feat: Addimpl Service\<http::Request<Body>>
forClient
and `&'_ C...b2a28f5
v0.12.6522216e
feat: Addimpl Service\<http::Request<Body>>
forClient
and&'_ Client
(...646b1f8
chore: update macOS system-configuration dep (#2368)85dd6da
dns: improve error message for hickory-dns and warn in docs (#2389)bfd31be
docs: Improve RequestBuilder::multipart's documentation (#2388)8c7f338
chore: bump dev-dependency libflate (#2382)dddf877
chore: bump h3 dependencya53c944
chore: fix some commentsDependabot 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