From 5d2d0bf8c9122935a5492590ac35764f04c75b01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:04:28 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74de799..bceb1fb 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.49" futures = "0.3.28" -tokio = { version = "1.32.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } +tokio = { version = "1.33.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.37" tracing-subscriber = "0.3.17"