chirpstack-api
chirpstack-api copied to clipboard
Bump hyper from 0.14.11 to 0.14.15 in /rust
Bumps hyper from 0.14.11 to 0.14.15.
Release notes
Sourced from hyper's releases.
v0.14.15
Bug Fixes
- client: cancel blocking DNS lookup if
GaiFuture
is dropped (174b553d)Features
- http1: add
http1_writev(bool)
options to Client and Server builders, to allow forcing vectored writes (80627141)- upgrade: allow http upgrades with any body type (ab469eb3)
New Contributors
@luqmana
made their first contribution in hyperium/hyper#2680@whentze
made their first contribution in hyperium/hyper#2688@ahmedsobeh
made their first contribution in hyperium/hyper#2689v0.14.14
Bug Fixes
- client:
Features
- http2: always include original h2 error on broken pipe (6169db25)
- server: Remove Send + Sync requirement for Body in with_graceful_shutdown (1d553e52)
v0.14.13
Bug Fixes
- client: don't reuse a connection while still flushing (c88011da)
- server: convert panic to error if Connection::without_shutdown called on HTTP/2 conn (ea3e2282)
Features
- ffi: add hyper_request_set_uri_parts (a54689b9)
- lib:
v0.14.12
Bug Fixes
... (truncated)
Changelog
Sourced from hyper's changelog.
v0.14.15 (2021-11-16)
Bug Fixes
- client: cancel blocking DNS lookup if
GaiFuture
is dropped (174b553dFeatures
- http1: add
http1_writev(bool)
options to Client and Server builders, to allow forcing vectored writes (80627141)- upgrade: allow http upgrades with any body type (ab469eb3)
v0.14.14 (2021-10-22)
Bug Fixes
- client:
Features
- h2: always include original h2 error on broken pipe (6169db25)
- server: Remove Send + Sync requirement for Body in with_graceful_shutdown (1d553e52)
v0.14.13 (2021-09-16)
Bug Fixes
- client: don't reuse a connection while still flushing (c88011da)
- server: convert panic to error if Connection::without_shutdown called on HTTP/2 conn (ea3e2282)
Features
- ffi: add hyper_request_set_uri_parts (a54689b9)
- lib:
v0.14.12 (2021-08-24)
Bug Fixes
... (truncated)
Commits
d0b1d9e
v0.14.15a1502e1
docs(http1): clarify HTTP1 preserve case optiona12db28
docs(upgrade): add module documentation for HTTP upgrades7f5e853
refactor(benches): make benchmark names more consistent174b553
fit(client): cancel blocking DNS lookup if GaiFuture dropped (#2689)913be88
docs(client): fix missing feature attrs in another doctest3221f57
docs(body) fix doctest failing due to missing features8062714
feat(http1): Addhttp1_writev(bool)
to client and server Buildersab469eb
feat(upgrade): allow http upgrades with any body typeb5022f3
v0.14.14- 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 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.