Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2020

Bumps awc from 1.0.1 to 2.0.0.

Release notes

Sourced from awc's releases.

awc: v2.0.0

Changed

  • Client::build was renamed to Client::builder.

awc: v2.0.0-beta.4

Changed

  • Update actix-codec & actix-tls dependencies.

awc: v2.0.0-beta.3

Changed

  • Update rustls to 0.18

awc: v2.0.0-beta.2

Changed

  • Update actix-http dependency to 2.0.0-beta.2

awc: v2.0.0-beta.1

Changed

  • Update actix-http dependency to 2.0.0-beta.1

awc: v2.0.0-alpha.2

[2.0.0-alpha.2] - 2020-05-21

Changed

  • Implement std::error::Error for our custom errors #1422
  • Bump minimum supported Rust version to 1.40
  • Update base64 dependency to 0.12

#1422: actix/actix-web#1422

awc: v2.0.0-alpha.1

Changes

  • Update actix-http dependency to 2.0.0-alpha.2
  • Update rustls dependency to 0.17
  • ClientBuilder accepts initial_window_size and initial_connection_window_size HTTP2 configuration
  • ClientBuilder allowing to set max_http_version to limit HTTP version to be used
Changelog

Sourced from awc's changelog.

[2.0.0] - 2019-12-25

Changed

  • Rename HttpServer::start() to HttpServer::run()

  • Allow to gracefully stop test server via TestServer::stop()

  • Allow to specify multi-patterns for resources

[2.0.0-rc] - 2019-12-20

Changed

  • Move BodyEncoding to dev module #1220

  • Allow to set peer_addr for TestRequest #1074

  • Make web::Data deref to Arc #1214

  • Rename App::register_data() to App::app_data()

  • HttpRequest::app_data<T>() returns Option<&T> instead of Option<&Data<T>>

Fixed

  • Fix AppConfig::secure() is always false. #1202

[2.0.0-alpha.6] - 2019-12-15

Fixed

  • Fixed compilation with default features off

[2.0.0-alpha.5] - 2019-12-13

Added

  • Add test server, test::start() and test::start_with()

[2.0.0-alpha.4] - 2019-12-08

Deleted

  • Delete HttpServer::run(), it is not useful witht async/await

[2.0.0-alpha.3] - 2019-12-07

Changed

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)

Bumps [awc](https://github.com/actix/actix-web) from 1.0.1 to 2.0.0.
- [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...awc-v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2020

Superseded by #13.

@dependabot dependabot bot closed this Nov 2, 2020
@dependabot dependabot bot deleted the dependabot/cargo/awc-2.0.0 branch November 2, 2020 06:18
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.

1 participant