build(deps): bump async-trait from 0.1.36 to 0.1.40 (#813)

This commit is contained in:
dependabot-preview[bot] 2020-09-01 13:43:12 +00:00 committed by GitHub
parent bdebdc730b
commit e6b68df795
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

@ -321,9 +321,9 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "async-trait"
version = "0.1.36"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92"
checksum = "687c230d85c0a52504709705fc8a53e4a692b83a2184f03dae73e38e1e93a783"
dependencies = [
"proc-macro2",
"quote",

View File

@ -19,7 +19,7 @@ actix-http = "1"
actix-web = "2"
actix-rt = "1"
actix-cors = "0.2"
async-trait = "0.1.36"
async-trait = "0.1.40"
base64 = "0.12"
bb8 = "0.4.1"
bytes = "0.5"