diff --git a/Cargo.lock b/Cargo.lock index 5fd7d39..15bfd85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,9 +812,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -843,9 +843,9 @@ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", diff --git a/Cargo.toml b/Cargo.toml index 5db2d87..976dbf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ telemetry = ["tonic", "opentelemetry-otlp"] [dependencies] actix-web = "4.4.0" -futures = "0.3.28" +futures = "0.3.31" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } k8s-openapi = { version = "0.23.0", features = ["latest"] } schemars = { version = "0.8.12", features = ["chrono"] }