diff --git a/Cargo.lock b/Cargo.lock index 14a779729..c0f2ba0bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,9 +298,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.11.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" +checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" dependencies = [ "actix-codec", "actix-http", @@ -334,7 +334,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "socket2 0.5.10", + "socket2 0.6.1", "time", "tracing", "url", diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 52e2792c7..9b2742a26 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -19,7 +19,7 @@ all-features = true [dependencies] actix-utils = "3" -actix-web = { version = "4.1", default-features = false } +actix-web = { version = "4.122", default-features = false } base64 = "0.22" futures-core = "0.3.17" diff --git a/actix-ws/Cargo.toml b/actix-ws/Cargo.toml index bd7b495d5..8940c8214 100644 --- a/actix-ws/Cargo.toml +++ b/actix-ws/Cargo.toml @@ -23,7 +23,7 @@ futures-core = "0.3.17" tokio = { version = "1.48", features = ["sync"] } [dev-dependencies] -actix-web = "4.8" +actix-web = "4.12" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } tokio = { version = "1.48", features = ["sync", "rt", "macros"] } tracing = "0.1.30"