diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 933087f8..64ca98b5 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -201,9 +201,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.6.0" +version = "4.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1cf67dadb19d7c95e5a299e2dda24193b89d5d4f33a3b9800888ede9e19aa32" +checksum = "5d6316df3fa569627c98b12557a8b6ff0674e5be4bb9b5e4ae2550ddb4964ed6" dependencies = [ "actix-codec", "actix-http", @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "actix-web-codegen" -version = "4.2.2" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5" +checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" dependencies = [ "actix-router", "proc-macro2", diff --git a/backend/backend/Cargo.toml b/backend/backend/Cargo.toml index 33867683..22246911 100644 --- a/backend/backend/Cargo.toml +++ b/backend/backend/Cargo.toml @@ -17,7 +17,7 @@ workspace = true [dependencies] # Actix -actix-web = { version = "4.6.0", features = ["rustls-0_23"] } +actix-web = { version = "4.7.0", features = ["rustls-0_23"] } actix-cors = "0.7.0" actix-limitation = "0.5.1" actix-web-prom = "0.8.0"