Talentica / simpleblockchain

Modular framework to develop blockchain applications
Apache License 2.0
10 stars 4 forks source link

Bump awc from 1.0.1 to 2.0.1 #131

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps awc from 1.0.1 to 2.0.1.

Release notes

Sourced from awc's releases.

awc: v2.0.1

Changed

  • Upgrade base64 to 0.13. #1744
  • Deprecate ClientRequest::{if_some, if_true}. #1760

Fixed

  • Use Accept-Encoding: identity instead of Accept-Encoding: br when no compression feature is enabled #1737

#1737: actix/actix-web#1737 #1760: actix/actix-web#1760 #1744: actix/actix-web#1744

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
Changelog

Sourced from awc's changelog.

Changes

Unreleased - 2020-xx-xx

3.2.0 - 2020-10-30

Added

  • Implement exclude_regex for Logger middleware. #1723
  • Add request-local data extractor web::ReqData. #1748
  • Add ability to register closure for request middleware logging. #1749
  • Add app_data to ServiceConfig. #1757
  • Expose on_connect for access to the connection stream before request is handled. #1754

Changed

  • Updated actix-web-codegen dependency for access to new #[route(...)] multi-method macro.
  • Print non-configured Data<T> type when attempting extraction. #1743
  • Re-export bytes::Buf{Mut} in web module. #1750
  • Upgrade pin-project to 1.0.

#1723: actix/actix-web#1723 #1743: actix/actix-web#1743 #1748: actix/actix-web#1748 #1750: actix/actix-web#1750 #1754: actix/actix-web#1754 #1749: actix/actix-web#1749

3.1.0 - 2020-09-29

Changed

  • Add TrailingSlash::MergeOnly behaviour to NormalizePath, which allows NormalizePath to retain any trailing slashes. #1695
  • Remove bound std::marker::Sized from web::Data to support storing Arc<dyn Trait> via web::Data::from #1710

Fixed

  • ResourceMap debug printing is no longer infinitely recursive. #1708

#1695: actix/actix-web#1695 #1708: actix/actix-web#1708 #1710: actix/actix-web#1710

3.0.2 - 2020-09-15

Fixed

  • NormalizePath when used with TrailingSlash::Trim no longer trims the root path "/". #1678

#1678: actix/actix-web#1678

3.0.1 - 2020-09-13

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 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

Looks like awc is no longer updatable, so this is no longer needed.