spiderlightning
spiderlightning copied to clipboard
chore(deps): bump hyper from 0.14.26 to 0.14.28
Bumps hyper from 0.14.26 to 0.14.28.
Release notes
Sourced from hyper's releases.
v0.14.28
Features
- body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
- client: add
conn::http1::Connection::without_shutdown()method (#3431) (ad504977)- server: add
Builder::local_addr()(#3278) (d342c2c7)Bug Fixes
- client:
- panic when pool idle timeout set to zero (#3365) (34d38008)
- divide by zero error when DNS returns no addrs (#3355) (41eaf204)
- Do not strip
pathandschemecomponents from URIs for HTTP/2 Extended CONNEC (45aa6249)- early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
- http1:
New Contributors
@bdbaimade their first contribution in hyperium/hyper#3242@gngppmade their first contribution in hyperium/hyper#3355v0.14.27
Bug Fixes
- http1:
Features
- client: include connection info in
Client::send_requesterrors (#2749)
Changelog
Sourced from hyper's changelog.
v0.14.28 (2023-12-18)
Bug Fixes
- client:
- panic when pool idle timeout set to zero (#3365) (34d38008)
- divide by zero error when DNS returns no addrs (#3355) (41eaf204)
- Do not strip
pathandschemecomponents from URIs for HTTP/2 Extended CONNEC (45aa6249)- early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
- http1:
Features
- body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
- client: add
conn::http1::Connection::without_shutdown()method (#3431) (ad504977)- server: add
Builder::local_addr()(#3278) (d342c2c7)v0.14.27 (2023-06-26)
Bug Fixes
- http1:
Features
- client: include connection info in
Client::send_requesterrors (#2749)
Commits
98a7ab0v0.14.28344a878fix(http1): add internal limit for chunked extensions (#3495)5eca028fix(http1): reject chunked headers missing a digit (#3494)7f382adfeat(body): deprecate to_bytes() and aggregate() (#3466)ad50497feat(client): addconn::http1::Connection::without_shutdown()method (#3431)4899703chore(ci): cache rust dependencye2c223achore(ffi): revamp gen_header using cargo-expand45fef3bchore(ci): check C header file with stable rust5bddd5echore(ci): use stable rust for building C API440f23achore(ci): replace actions-rs with run and use taiki-e/install-action or taik...- Additional commits viewable 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 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)