Skip to content

Bump actix-http from 1.0.1 to 3.3.1 #27

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 2, 2023

Bumps actix-http from 1.0.1 to 3.3.1.

Release notes

Sourced from actix-http's releases.

actix-http: v3.3.1

Fixed

  • Use correct http version requirement to ensure support for const HeaderName definitions.

actix-http: v3.3.0

Added

  • Implement MessageBody for Cow<'static, str> and Cow<'static, [u8]>. #2959
  • Implement MessageBody for &mut B where B: MessageBody + Unpin. #2868
  • Implement MessageBody for Pin<B> where B::Target: MessageBody. #2868
  • Automatic h2c detection via new service finalizer HttpService::tcp_auto_h2c(). #2957
  • HeaderMap::retain() #2955.
  • Header name constants in header module. #2956 #2968
    • CACHE_STATUS
    • CDN_CACHE_CONTROL
    • CROSS_ORIGIN_EMBEDDER_POLICY
    • CROSS_ORIGIN_OPENER_POLICY
    • PERMISSIONS_POLICY
    • X_FORWARDED_FOR
    • X_FORWARDED_HOST
    • X_FORWARDED_PROTO

Fixed

  • Fix non-empty body of HTTP/2 HEAD responses. #2920

Performance

  • Improve overall performance of operations on Extensions. #2890

#2959: actix/actix-web#2959 #2868: actix/actix-web#2868 #2890: actix/actix-web#2890 #2920: actix/actix-web#2920 #2957: actix/actix-web#2957 #2955: actix/actix-web#2955 #2956: actix/actix-web#2956 #2968: actix/actix-web#2968

actix-http: v3.2.2

Changed

  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.

Fixed

  • Avoid possibility of dispatcher getting stuck while back-pressuring I/O. #2369

#2369: actix/actix-web#2369

... (truncated)

Commits
  • ea8bf36 update web and awc changelogs
  • 0b5b463 prepare web and awc releases
  • fe6ad81 update dotgraphs
  • e72b787 prepare actix-web and actix-http-test releases
  • efc317d prepare actix-http and awc releases
  • 31057be prepare actix-files release 0.4.1
  • f1a9b45 improve docs for Files::new
  • 5af4677 refactor quality and use TryFrom instead of custom trait (#1797)
  • 70f4747 add method for getting accept type preference (#1793)
  • 2f11ef0 fix rustdoc uploads
  • 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)

Bumps [actix-http](https://github.com/actix/actix-web) from 1.0.1 to 3.3.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@awc-v1.0.1...web-v3.3.1)

---
updated-dependencies:
- dependency-name: actix-http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 2, 2023
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.

0 participants