Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Bump actix-http from 3.0.0-beta.3 to 3.0.0-beta.4 in /data-collector #354

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2021

Bumps actix-http from 3.0.0-beta.3 to 3.0.0-beta.4.

Release notes

Sourced from actix-http's releases.

actix-web: v3.0.0-beta.4

Added

  • middleware::NormalizePath now has configurable behaviour for either always having a trailing slash, or as the new addition, always trimming trailing slashes. #1639

Changed

  • Update actix-codec and actix-utils dependencies. #1634
  • FormConfig and JsonConfig configurations are now also considered when set using App::data. #1641
  • HttpServer::maxconn is renamed to the more expressive HttpServer::max_connections. #1655
  • HttpServer::maxconnrate is renamed to the more expressive HttpServer::max_connection_rate. #1655

#1639: actix/actix-web#1639 #1641: actix/actix-web#1641 #1634: actix/actix-web#1634 #1655: actix/actix-web#1655

actix-http: v3.0.0-beta.4

Changed

  • Feature cookies is now optional and disabled by default. #1981
  • ws::hash_key now returns array. #2035
  • ResponseBuilder::json now takes impl Serialize. #2052

Removed

  • Re-export of futures_channel::oneshot::Canceled is removed from error mod. #1994
  • ResponseError impl for futures_channel::oneshot::Canceled is removed. #1994

#1981: actix/actix-web#1981 #1994: actix/actix-web#1994 #2035: actix/actix-web#2035 #2052: actix/actix-web#2052

Changelog

Sourced from actix-http's changelog.

3.0.0-beta.4 - 2020-09-09

Added

  • middleware::NormalizePath now has configurable behavior for either always having a trailing slash, or as the new addition, always trimming trailing slashes. #1639

Changed

  • Update actix-codec and actix-utils dependencies. #1634
  • FormConfig and JsonConfig configurations are now also considered when set using App::data. #1641
  • HttpServer::maxconn is renamed to the more expressive HttpServer::max_connections. #1655
  • HttpServer::maxconnrate is renamed to the more expressive HttpServer::max_connection_rate. #1655

#1639: actix/actix-web#1639 #1641: actix/actix-web#1641 #1634: actix/actix-web#1634 #1655: actix/actix-web#1655

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2021

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

@dependabot dependabot bot closed this Mar 10, 2021
@dependabot dependabot bot deleted the dependabot/cargo/data-collector/actix-http-3.0.0-beta.4 branch March 10, 2021 11:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants