Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hyper from 1.0.0-rc.3 to 1.0.0-rc.4 #520

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps hyper from 1.0.0-rc.3 to 1.0.0-rc.4.

Release notes

Sourced from hyper's releases.

v1.0.0-rc.4

Bug Fixes

Features

Breaking Changes

  • Any IO transport type provided must not implement hyper::rt::{Read, Write} instead of tokio::io traits. You can grab a helper type from hyper-util to wrap Tokio types, or implement the traits yourself, if it's a custom type. (f9f65b7a)
  • client::conn::http2 types now use another generic for an Executor. Code that names Connection needs 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)

New Contributors

Changelog

Sourced from hyper's changelog.

v1.0.0-rc.4 (2023-07-10)

Bug Fixes

Features

Breaking Changes

  • Any IO transport type provided must not implement hyper::rt::{Read, Write} instead of tokio::io traits. You can grab a helper type from hyper-util to wrap Tokio types, or implement the traits yourself, if it's a custom type. (f9f65b7a)
  • client::conn::http2 types now use another generic for an Executor. Code that names Connection needs 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)

Commits
  • 0df9d7e v1.0.0-rc.4
  • e98238f chore(dependencies): upgrade http-body-util (#3262)
  • f9f65b7 feat(rt): replace IO traits with hyper::rt ones (#3230)
  • f4b5130 fix(http1): http1 server graceful shutdown fix (#3261)
  • d92d391 feat(rt): add downcast on Sleep trait (#3125)
  • d977f20 feat(client): Make clients able to use non-Send executor (#3184)
  • 9169a7c chore(ci): check C header file with stable rust
  • 52f1925 fix(http1): send error on Incoming body when connection errors (#3256)
  • fec64cf fix(http1): properly end chunked bodies when it was known to be empty (#3254)
  • fa9d113 style(lib): cargo fmt cfg workaround (#3255)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 19, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-1.0.0-rc.4 branch from 298ff1f to c285823 Compare October 26, 2023 20:46
Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.0-rc.3 to 1.0.0-rc.4.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.0.0-rc.3...v1.0.0-rc.4)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-1.0.0-rc.4 branch from c285823 to a2a2a63 Compare October 27, 2023 14:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Looks like hyper is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/cargo/hyper-1.0.0-rc.4 branch October 30, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants