diff --git a/Cargo.lock b/Cargo.lock index 945b83b..a074ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.12.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" +checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 9a6c838..68ed9d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ telemetry = [] [dependencies] rand = { version = "0.9", features = ["small_rng"] } -actix-web = "4.12.0" +actix-web = "4.12.1" futures = "0.3.28" tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "process"] } k8s-openapi = { version = "0.25", features = ["latest", "schemars"] }