diff --git a/Cargo.lock b/Cargo.lock index a9d8c46a..6f407e73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.7.0" +version = "4.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6316df3fa569627c98b12557a8b6ff0674e5be4bb9b5e4ae2550ddb4964ed6" +checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index cea1e243..beb52ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rustls = ["actix-web/rustls-0_21", "awc/rustls-0_21"] shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime", "dep:tokio"] [dependencies] -actix-web = { version = "4.7.0" } +actix-web = { version = "4.8.0" } actix-web-grants = { version = "4.1.1" } actix-multipart = "0.6.2" actix-files = "0.6.6"