Merge pull request #175 from vbrandl/dependabot/cargo/actix-web-3.0.2

Bump actix-web from 3.0.0 to 3.0.2
This commit is contained in:
Valentin Brandl 2020-09-19 14:16:00 +02:00 committed by GitHub
commit 689a2109fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -252,9 +252,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "3.0.0"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e665de333edabd0421799822dac3e7d8a25a63bb995ae1f60cd99619d8ddda8"
checksum = "36de80175eb1f0a5c518024ce0d23646b54a23008279e090ca1848f6f1448bf4"
dependencies = [
"actix-codec 0.3.0",
"actix-http",

View File

@ -6,7 +6,7 @@ edition = "2018"
build = "build.rs"
[dependencies]
actix-web = "3.0.0"
actix-web = "3.0.2"
badge = "0.3.0"
bytes = "0.5.6"
futures = "0.3.5"