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

build(deps): update hyperx requirement from 0.13 to 1.3 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on hyperx to permit the latest version.

Changelog

Sourced from hyperx's changelog.

1.3.0 (2021-1-8)

  • Remove log dependency, which was only used sparsely as a poor workaround for unspecific Error::Header errors. (#25)

  • Upgrade to bytes 1.0.0 (paolobarbolini #31)

  • Lift prior constraint on http dependency (optimistically hoping for no further 0.2.z anomalous releases).

#25: dekellum/hyperx#25 #31: dekellum/hyperx#31

1.2.1 (2021-1-7)

  • Constrain http dependency to <0.2.3 for remaining 1.2 series due to dubious release practices, e.g. forcing duplicates in patch releases. This will be lifted in 1.3.0, see this github comment.

1.2.0 (2020-10-6)

  • Replace use of time crate with httpdate crate for date/time typed headers (paolobarbolini #24)

  • Broaden base64 dependency to include 0.13.0 (dvermd #23)

1.1.0 (2020-8-29)

  • Fix various compile warnings with rustc 1.44 and later.

  • Broaden base64 dependency to include 0.12.0 (paolobarbolini #20)

1.0.0 (2020-1-3)

  • The default compat feature is no longer optional, as its unlikely that anyone would be using recent versions without this feature. The feature gate name is retained for now, but has no effect.

  • Place the legacy Headers struct under a new non-default headers feature gate. Note that use of this type is no longer required nor recommended for parsing and serialization of typed headers. See the rewritten typed header doc examples. Consider replacing with the http crate HeaderMap and the TypedHeaders extension trait introduced here in 0.15.0. (#18)

  • Upgrade to http 0.2.0 (\w API changes) and bytes 0.5.2 (MSRV 1.39.0)

  • Upgrade (unconstrain) cfg-if dependency to 0.1.10 (MSRV 1.31.0)

Commits
  • c28d85f lock updates (http, bytes dedup)
  • 976857c change log for release 1.3.0, today
  • 873919c change log for 1.3.0, unreleased
  • b79722c refine bytes, http ranges; lock updates
  • da653de Merge branch 'paolobarbolini-32'
  • 82fc4be change log for 1.2.1 (ported forward)
  • 6075708 Merge branch 'drop-log-dep'
  • 32d77e9 Bump bytes crate to 1.0
  • 9af376b streamline CI further
  • abb4323 remove very limited use of log dependency
  • 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [hyperx](https://github.com/dekellum/hyperx) to permit the latest version.
- [Release notes](https://github.com/dekellum/hyperx/releases)
- [Changelog](https://github.com/dekellum/hyperx/blob/master/CHANGELOG.md)
- [Commits](dekellum/hyperx@0.13.0...1.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants