From cc1cf91b980bb8771a2eec21f56deff8cc8e0858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 05:53:53 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.35.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03debc4..89dd2ea 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"