diff --git a/Cargo.lock b/Cargo.lock index 70c04ec..4a64f5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.11.0" +version = "4.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" +checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" dependencies = [ "actix-codec", "actix-http", @@ -168,7 +168,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "socket2 0.5.9", + "socket2 0.6.0", "time", "tracing", "url", diff --git a/Cargo.toml b/Cargo.toml index 0959316..0feeb0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = [] telemetry = ["opentelemetry-otlp"] [dependencies] -actix-web = "4.11.0" +actix-web = "4.12.0" futures = "0.3.31" tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } k8s-openapi = { version = "0.26.0", features = ["latest"] }