diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index ff044a3..e5d11e3 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.4" +actix-web = "4.8" actix-web-httpauth = "0.8" derive_more = "0.99" futures-util = "0.3"