diff --git a/Cargo.lock b/Cargo.lock index d332534..91ac9a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.10.2" +version = "4.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3b15b3dc6c6ed996e4032389e9849d4ab002b1e92fbfe85b5f307d1479b4d" +checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 21cb420..e33e42f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ time = "=0.3.41" url = "=2.5.4" [dependencies.actix-web] -version = "=4.10.2" +version = "=4.11.0" default-features = false features = ["compress-brotli", "compress-gzip", "compress-zstd", "macros"]