diff --git a/Cargo.lock b/Cargo.lock index b4fcb54..3db5ec6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2565,9 +2565,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.47.0" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 63ea7ee..2be36f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ telemetry = ["opentelemetry-otlp"] [dependencies] actix-web = "4.11.0" futures = "0.3.31" -tokio = { version = "1.47.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } #k8s-openapi = { version = "0.25.0", features = ["latest"] } k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "e9a9eaf", features=["latest"] } schemars = "1"