tink-rust
tink-rust copied to clipboard
build(deps): bump hyper from 0.14.24 to 1.4.1
Bumps hyper from 0.14.24 to 1.4.1.
Release notes
Sourced from hyper's releases.
v1.4.1
Bug Fixes
- http1: reject final chunked if missing 0 (8e5de1bb)
v1.4.0
Bug Fixes
- http2: stop removing "Trailer" header in HTTP/2 responses as per RFC 9110 (#3648) (a3269f7a)
- server: start header read timeout immediately (#3185) (0eb1b6cf)
Features
- client:
- http1: add support for receiving trailer fields (#3637) (ac84af6b, closes #2703)
- server: add
Builder::auto_date_header(bool)to allow disabling Date headers (721785ef)- service: implement Service for reference types (#3607) (eade122d)
New Contributors
@lqsmade their first contribution in hyperium/hyper#3648@edwardwcmade their first contribution in hyperium/hyper#3644@Tackleboxmade their first contribution in hyperium/hyper#3656@krakow10made their first contribution in hyperium/hyper#3658@howardjohnmade their first contribution in hyperium/hyper#3655@lperlakimade their first contribution in hyperium/hyper#3607@Urgaumade their first contribution in hyperium/hyper#3678@renshuncuimade their first contribution in hyperium/hyper#3688@adamrkmade their first contribution in hyperium/hyper#3694@jgraefmade their first contribution in hyperium/hyper#3667@mstyuramade their first contribution in hyperium/hyper#3682Full Changelog: https://github.com/hyperium/hyper/compare/v1.3.1...v1.4.0
v1.3.1
Bug Fixes
- client: revert auto content-length header for some requests (#3633)
v1.3.0
Bug Fixes
... (truncated)
Changelog
Sourced from hyper's changelog.
v1.4.1 (2024-07-09)
Bug Fixes
- http1: reject final chunked if missing 0 (8e5de1bb)
v1.4.0 (2024-07-01)
Bug Fixes
- http2: stop removing "Trailer" header in HTTP/2 responses as per RFC 9110 (#3648) (a3269f7a)
- server: start header read timeout immediately (#3185) (0eb1b6cf)
Features
- client:
- http1: add support for receiving trailer fields (#3637) (ac84af6b, closes #2703)
- server: add
Builder::auto_date_header(bool)to allow disabling Date headers (721785ef)- service: implement Service for reference types (#3607) (eade122d)
v1.3.1 (2024-04-16)
Bug Fixes
- client: revert auto content-length header for some requests (#3633)
v1.3.0 (2024-04-15)
Bug Fixes
- client: send content-length even with no body (172fdfaf)
- http2:
- server:
Features
... (truncated)
Commits
4fda6b3v1.4.18e5de1bfix(http1): reject final chunked if missing 0fdc1916v1.4.04ffaad5feat(client): addSendRequest::try_send_request()method (#3691)56c3cd5feat(client): removeSend +Syncbounds requirement ofhttp2::Connectione...9580b35feat(client): remove 'static lifetime bound on http1/2 client IO (#3667)3e435cfdocs(client): Include exec arg in client::conn::http2::handshake doc (#3694)111d038docs(client): better describe Uri forms are sent as-isaa7ff60docs(client): replace example on mod page with link to guide7cedc13perf(client): create DispatchGone error only if needed- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.