Update actix-web crate

This commit is contained in:
silverpill 2021-12-19 16:52:59 +00:00
parent 57ada55e8e
commit 0fe8423031
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -249,9 +249,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "3.3.2"
version = "3.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86"
checksum = "b6534a126df581caf443ba2751cab42092c89b3f1d06a9d829b1e17edfe3e277"
dependencies = [
"actix-codec",
"actix-http",

View file

@ -13,7 +13,7 @@ default-run = "mitra"
# Used to handle incoming HTTP requests
actix-cors = "0.5.4"
actix-files = "0.5.0"
actix-web = "3.3.2"
actix-web = "3.3.3"
actix-web-httpauth = "0.5.1"
# Used for managing async tasks
actix-rt = "1.1.1"