From f3da22980ad90a45f21f20b1636fc791424ea1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:49:13 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to v1.18.5 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8584394..48c7c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ kube = { version = "0.69.0" } openssl-sys = "0.9.72" serde = "1.0" serde_yaml = "0.8" -tokio = { version = "1.16.1", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.18.5", features = ["rt-multi-thread", "macros"] } [target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies] openssl-sys = { version = "0.9.72", features = ["vendored"] }