Bump actix-web from 3.2.0 to 3.3.1

Bumps [actix-web](https://github.com/actix/actix-web) from 3.2.0 to 3.3.1.
- [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/web-v3.2.0...web-v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-30 04:13:47 +00:00 committed by GitHub
parent 58962e990f
commit 5cd75b6ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 29 deletions

38
Cargo.lock generated
View File

@ -57,9 +57,9 @@ dependencies = [
[[package]]
name = "actix-http"
version = "2.1.0"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "404df68c297f73b8d36c9c9056404913d25905a8f80127b0e5fe147c9c4b9f02"
checksum = "452299e87817ae5673910e53c243484ca38be3828db819b6011736fc6982e874"
dependencies = [
"actix-codec",
"actix-connect",
@ -96,7 +96,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
"serde_urlencoded 0.6.1",
"serde_urlencoded",
"sha-1",
"slab",
"time 0.2.22",
@ -251,9 +251,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "3.2.0"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88344b7a5ef27e5e09e73565379f69273dd3e2d29e82afc381b84d170d0a5631"
checksum = "7d6d0a6ae7ff7290372b3f636b9fc38b76dfbfc395187ce21e5b95471f7ccab9"
dependencies = [
"actix-codec",
"actix-http",
@ -281,7 +281,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
"serde_urlencoded 0.6.1",
"serde_urlencoded",
"socket2",
"time 0.2.22",
"tinyvec 1.0.1",
@ -426,9 +426,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "awc"
version = "2.0.1"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "425980a1e58e5030a3e4b065a3d577c8f0e16142ea9d81f30614eae810c98577"
checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691"
dependencies = [
"actix-codec",
"actix-http",
@ -445,7 +445,7 @@ dependencies = [
"rand 0.7.3",
"serde",
"serde_json",
"serde_urlencoded 0.6.1",
"serde_urlencoded",
]
[[package]]
@ -800,12 +800,6 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dtoa"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
[[package]]
name = "either"
version = "1.6.1"
@ -2279,7 +2273,7 @@ dependencies = [
"pin-project-lite 0.2.0",
"rustls",
"serde",
"serde_urlencoded 0.7.0",
"serde_urlencoded",
"tokio",
"tokio-rustls",
"url",
@ -2457,18 +2451,6 @@ dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [
"dtoa",
"itoa",
"serde",
"url",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"

View File

@ -18,7 +18,7 @@ panic = 'abort'
[dependencies]
yansi = "0.5"
actix-web = "3.2"
actix-web = "3.3"
simplelog = "0.8"
percent-encoding = "2.1"
port_check = "0.1"