phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
99 stars 10 forks source link

Bump hyper from 0.14.28 to 1.0.0-rc.4 #1391

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

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

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

v1.0.0-rc.3

Bug Fixes

  • server: prevent sending 100-continue if user drops request body (#3137) (499fe1f9)

Features

... (truncated)

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)

v1.0.0-rc.3 (2023-02-23)

Bug Fixes

  • server: prevent sending 100-continue if user drops request body (#3137) (499fe1f9)

Features

... (truncated)

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

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 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

kylewillmon commented 3 months ago

What is this?

@dependabot show hyper ignore conditions

dependabot[bot] commented 3 months ago

No ignore conditions found for the dependency hyper

kylewillmon commented 3 months ago

@dependabot Go home. You're drunk

kylewillmon commented 3 months ago

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 hyper@1.0.0-rc.4
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)
dependabot[bot] commented 1 month ago

Superseded by #1431.