diff --git a/Cargo.lock b/Cargo.lock index 9edc776..6a401d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 2314ec1..adc5b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"