diff --git a/Cargo.toml b/Cargo.toml index 81fdf49..e8f0775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_26 anyhow = "1.0.75" thiserror = "1.0.50" futures = "0.3.29" -tokio = { version = "1.34.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } +tokio = { version = "1.35.1", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"