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 http-types from 2.9.0 to 2.11.1 #32

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps http-types from 2.9.0 to 2.11.1.

Release notes

Sourced from http-types's releases.

v2.11.1

http-types provides shared types for HTTP operations. It combines a performant, streaming interface with convenient methods for creating headers, urls, and other standard HTTP types. This is part of the http-rs project and powers the tide framework and surf client. Check out the docs or join us on Zulip.

Highlights

This release fixes an unconditional panic in the hyperium_http compatibility feature.

The http-types 3.0 merge window remains open, and you can see the nominated items for the next major version as part of the Semver-Major issue on GitHub.

Fixed

  • hyperium_http: Avoids unconditional panic when translating headers from hyperium. #359

v2.11.0

http-types provides shared types for HTTP operations. It combines a performant, streaming interface with convenient methods for creating headers, urls, and other standard HTTP types. This is part of the http-rs project and powers the tide framework and surf client. Check out the docs or join us on Zulip.

Highlights

This release represents continued support of the http-types 2.x release line due to delays in the development of http-types 3.0.0. This release comes with several convenience features, listed below.

The http-types 3.0 merge window remains open, and you can see the nominated items for the next major version as part of the Semver-Major issue on GitHub.

Changed

  • Allowed Request.query() to deserialize into a borrowed Deserialize<'de> rather than just DeserializeOwned. #333

Added

  • More HTTP Methods from the IANA registry. #332
  • Body::chain() for merge multiple Body instances. #342, #346
  • AsRef<str> for Version, returning 'static str. #351
  • Error::from_debug(), a helper for converting from std::error::Errors. #345
  • Error::from_display, a helper for converting from std::error::Errors. #345

Fixed

  • Corrected error messages for Content-Encoding and Transfer-Encoding. #354

Docs

  • Improved request examples with the url's crate new TryFrom<&str>. #324
  • 4xx status codes now have the right descriptions. #341
  • Fixed for Content-Encoding and Transfer-Encoding docs. #354

v2.10.0

http-types provides shared types for HTTP operations. It combines a performant, streaming interface with convenient methods for creating headers, urls, and other standard HTTP types. This is part of the http-rs project and powers the tide and surf frameworks. Check out the docs or join us on Zulip.

Highlights

This release introduces several new typed headers:

  • transfer::TransferEncoding: The form of encoding used to safely transfer the payload body to the user.
  • transfer::TE: Client header advertising the transfer encodings the user agent is willing to accept.
  • other::RetryAfter: Indicate how long the user agent should wait before making a follow-up request.

... (truncated)

Commits
  • d5cbe89 2.11.1
  • 3899227 fix: avoid panic when translating from hyperium
  • dc6367c 2.11.0
  • 7c1b74f Fixes error messages in Content-Type and Transfer-Encoding negotiation
  • b3fa1db chore: fix new clippy lints v2.x
  • 5c7c02e chore: cargo fmt --all
  • 925e4a8 feat: add Error::from_display & from_debug
  • 125f72b feat: add AsRef<str> for Version
  • 65f5c41 Request: allow Deserialize<'de> for .query()
  • c49051d Make Body::chain not depend on the async-std feature
  • 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 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [http-types](https://github.com/http-rs/http-types) from 2.9.0 to 2.11.1.
- [Release notes](https://github.com/http-rs/http-types/releases)
- [Commits](http-rs/http-types@v2.9.0...v2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 4, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants