From c1da129710ec07eb45a7c7b4d3ad62604c1cde74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:30:06 +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 16168dd..3756589 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.79" 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"