Merge pull request #354 from vbrandl/dependabot/cargo/awc-3.0.0-beta.9

Bump awc from 3.0.0-beta.8 to 3.0.0-beta.9
This commit is contained in:
Valentin Brandl 2021-10-27 20:43:13 +02:00 committed by GitHub
commit 3ecab29cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

16
Cargo.lock generated
View File

@ -26,9 +26,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-http" name = "actix-http"
version = "3.0.0-beta.10" version = "3.0.0-beta.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd38a862fa7fead2b47ee55e550982aba583ebc7365ccf0155b49934ad6f16f9" checksum = "c9b510d35f13987537289f38bf136e7e702a5c87cc28760310cc459544f40afd"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-rt", "actix-rt",
@ -49,6 +49,7 @@ dependencies = [
"h2", "h2",
"http", "http",
"httparse", "httparse",
"httpdate",
"itoa", "itoa",
"language-tags", "language-tags",
"local-channel", "local-channel",
@ -59,11 +60,8 @@ dependencies = [
"pin-project", "pin-project",
"pin-project-lite", "pin-project-lite",
"rand", "rand",
"regex",
"serde 1.0.130",
"sha-1", "sha-1",
"smallvec", "smallvec",
"time 0.2.27",
"tokio", "tokio",
"zstd", "zstd",
] ]
@ -133,9 +131,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-tls" name = "actix-tls"
version = "3.0.0-beta.5" version = "3.0.0-beta.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b7bb60840962ef0332f7ea01a57d73a24d2cb663708511ff800250bbfef569" checksum = "e4af84e13e4600829858a3e68079be710d1ada461431e1e4c5ae663479ea0a3c"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-rt", "actix-rt",
@ -266,9 +264,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]] [[package]]
name = "awc" name = "awc"
version = "3.0.0-beta.8" version = "3.0.0-beta.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b276021b5aa1df71969acc8adc03973e4fc7d00bba0cbb6338e6f8ad0d7a3c2" checksum = "774d647a23d085bf35c83b6da5a6bd966fdc4af92ffce865befa9f3a8cf73015"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-http", "actix-http",

View File

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