Bump awc from 3.0.0-beta.9 to 3.0.0-beta.10

Bumps [awc](https://github.com/actix/actix-web) from 3.0.0-beta.9 to 3.0.0-beta.10.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/awc-v3.0.0-beta.9...awc-v3.0.0-beta.10)

---
updated-dependencies:
- dependency-name: awc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-16 04:15:07 +00:00 committed by GitHub
parent af00647cf6
commit d226543cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 10 deletions

22
Cargo.lock generated
View File

@ -26,14 +26,13 @@ dependencies = [
[[package]] [[package]]
name = "actix-http" name = "actix-http"
version = "3.0.0-beta.11" version = "3.0.0-beta.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9b510d35f13987537289f38bf136e7e702a5c87cc28760310cc459544f40afd" checksum = "afaeb3d3fcb06b775ac62f05d580aae4afe5a149513333a73f688fdf26c06639"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-rt", "actix-rt",
"actix-service", "actix-service",
"actix-tls",
"actix-utils", "actix-utils",
"ahash", "ahash",
"base64 0.13.0", "base64 0.13.0",
@ -55,14 +54,12 @@ dependencies = [
"local-channel", "local-channel",
"log", "log",
"mime", "mime",
"once_cell",
"percent-encoding", "percent-encoding",
"pin-project", "pin-project",
"pin-project-lite", "pin-project-lite",
"rand", "rand",
"sha-1", "sha-1",
"smallvec", "smallvec",
"tokio",
"zstd", "zstd",
] ]
@ -264,20 +261,26 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]] [[package]]
name = "awc" name = "awc"
version = "3.0.0-beta.9" version = "3.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774d647a23d085bf35c83b6da5a6bd966fdc4af92ffce865befa9f3a8cf73015" checksum = "f122bed94dc044b13a991b292ff6a3cde4c3fba890a4e3dbbec0f2eedc607f0a"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-http", "actix-http",
"actix-rt", "actix-rt",
"actix-service", "actix-service",
"actix-tls",
"actix-utils",
"ahash",
"base64 0.13.0", "base64 0.13.0",
"bytes", "bytes",
"cfg-if", "cfg-if",
"cookie", "cookie",
"derive_more", "derive_more",
"futures-core", "futures-core",
"futures-util",
"h2",
"http",
"itoa", "itoa",
"log", "log",
"mime", "mime",
@ -287,6 +290,7 @@ dependencies = [
"serde 1.0.130", "serde 1.0.130",
"serde_json", "serde_json",
"serde_urlencoded", "serde_urlencoded",
"tokio",
] ]
[[package]] [[package]]
@ -837,9 +841,9 @@ dependencies = [
[[package]] [[package]]
name = "http" name = "http"
version = "0.2.4" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",

View File

@ -40,7 +40,7 @@ ructe = "0.13.4"
vergen = { version = "5.1.17", default-features = false, features = ["git"] } vergen = { version = "5.1.17", default-features = false, features = ["git"] }
[dev-dependencies] [dev-dependencies]
awc = "3.0.0-beta.9" awc = "3.0.0-beta.10"
ructe = "0.13.4" ructe = "0.13.4"
tempfile = "3.2.0" tempfile = "3.2.0"
tokio = "1.13.0" tokio = "1.13.0"