Merge pull request #366 from vbrandl/dependabot/cargo/awc-3.0.0-beta.10

Bump awc from 3.0.0-beta.9 to 3.0.0-beta.10
This commit is contained in:
Valentin Brandl 2021-11-18 13:39:59 +01:00 committed by GitHub
commit ac9d09f992
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]]
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"
checksum = "c9b510d35f13987537289f38bf136e7e702a5c87cc28760310cc459544f40afd"
checksum = "afaeb3d3fcb06b775ac62f05d580aae4afe5a149513333a73f688fdf26c06639"
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-tls",
"actix-utils",
"ahash",
"base64 0.13.0",
@ -55,14 +54,12 @@ dependencies = [
"local-channel",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project",
"pin-project-lite",
"rand",
"sha-1",
"smallvec",
"tokio",
"zstd",
]
@ -264,20 +261,26 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "awc"
version = "3.0.0-beta.9"
version = "3.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774d647a23d085bf35c83b6da5a6bd966fdc4af92ffce865befa9f3a8cf73015"
checksum = "f122bed94dc044b13a991b292ff6a3cde4c3fba890a4e3dbbec0f2eedc607f0a"
dependencies = [
"actix-codec",
"actix-http",
"actix-rt",
"actix-service",
"actix-tls",
"actix-utils",
"ahash",
"base64 0.13.0",
"bytes",
"cfg-if",
"cookie",
"derive_more",
"futures-core",
"futures-util",
"h2",
"http",
"itoa",
"log",
"mime",
@ -287,6 +290,7 @@ dependencies = [
"serde 1.0.130",
"serde_json",
"serde_urlencoded",
"tokio",
]
[[package]]
@ -837,9 +841,9 @@ dependencies = [
[[package]]
name = "http"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
dependencies = [
"bytes",
"fnv",

View File

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