Bump hyper from 0.14.28 to 1.0.0-rc.4
Bumps hyper from 0.14.28 to 1.0.0-rc.4.
Release notes
Sourced from hyper's releases.
v1.0.0-rc.4
Bug Fixes
- http1:
Features
- client: Make clients able to use non-Send executor (#3184) (d977f209, closes #3017)
- rt:
- service: change Service::call to take &self (#3223) (d894439e, closes #3040)
Breaking Changes
- Any IO transport type provided must not implement
hyper::rt::{Read, Write}instead oftokio::iotraits. You can grab a helper type fromhyper-utilto wrap Tokio types, or implement the traits yourself, if it's a custom type. (f9f65b7a)client::conn::http2types now use another generic for anExecutor. Code that namesConnectionneeds to include the additional generic parameter. (d977f209)- The
Service::callfunction no longer takes a mutable reference to self. The FnMut trait bound on the service::util::service_fn function and the trait bound on the impl for the ServiceFn struct were changed from FnMut to Fn. (d894439e)New Contributors
@technetosmade their first contribution in hyperium/hyper#3150@atouchetmade their first contribution in hyperium/hyper#3151@tottotomade their first contribution in hyperium/hyper#3190@LegionMammal978made their first contribution in hyperium/hyper#3191@wutchzonemade their first contribution in hyperium/hyper#3196@emfaxmade their first contribution in hyperium/hyper#3217@IsaacCloosmade their first contribution in hyperium/hyper#3220@rob2244made their first contribution in hyperium/hyper#3223@avdb13made their first contribution in hyperium/hyper#3232@Ruben2424made their first contribution in hyperium/hyper#3255v1.0.0-rc.3
Bug Fixes
Features
... (truncated)
Changelog
Sourced from hyper's changelog.
v1.0.0-rc.4 (2023-07-10)
Bug Fixes
- http1:
Features
- client: Make clients able to use non-Send executor (#3184) (d977f209, closes #3017)
- rt:
- service: change Service::call to take &self (#3223) (d894439e, closes #3040)
Breaking Changes
- Any IO transport type provided must not implement
hyper::rt::{Read, Write}instead oftokio::iotraits. You can grab a helper type fromhyper-utilto wrap Tokio types, or implement the traits yourself, if it's a custom type. (f9f65b7a)client::conn::http2types now use another generic for anExecutor. Code that namesConnectionneeds to include the additional generic parameter. (d977f209)- The Service::call function no longer takes a mutable reference to self. The FnMut trait bound on the service::util::service_fn function and the trait bound on the impl for the ServiceFn struct were changed from FnMut to Fn.
(d894439e)
v1.0.0-rc.3 (2023-02-23)
Bug Fixes
Features
... (truncated)
Commits
0df9d7ev1.0.0-rc.4e98238fchore(dependencies): upgrade http-body-util (#3262)f9f65b7feat(rt): replace IO traits with hyper::rt ones (#3230)f4b5130fix(http1): http1 server graceful shutdown fix (#3261)d92d391feat(rt): add downcast onSleeptrait (#3125)d977f20feat(client): Make clients able to use non-Send executor (#3184)9169a7cchore(ci): check C header file with stable rust52f1925fix(http1): send error on Incoming body when connection errors (#3256)fec64cffix(http1): properly end chunked bodies when it was known to be empty (#3254)fa9d113style(lib): cargo fmt cfg workaround (#3255)- 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.
What is this?
@dependabot show hyper ignore conditions
No ignore conditions found for the dependency hyper
@dependabot Go home. You're drunk
Nevermind. I see what you've done now, @dependabot ... I still have no idea why this PR is coming in now, but the reason for the RC is because we already use that version because of deno...
> cargo tree -i [email protected]
hyper v1.0.0-rc.4
└── deno_http v0.123.0
└── deno_runtime v0.134.0
└── phylum-cli v6.2.0 (/Users/kyle/code/cli/cli)
Superseded by #1431.