From 0e9ce7475935e7ca98c6e8f251416ea16ea4ddcd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Apr 2025 00:35:04 +0000 Subject: [PATCH] Update Rust crate tokio to 1.44.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4214c2..f7d09d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.97" serde = { version = "1.0.218", features = ["derive"] } serde_json = "1.0.140" schemars = "0.8.22" -tokio = { version = "1.37.0", features = ["full"] } +tokio = { version = "1.44.1", features = ["full"] } kube = { version = "0.99.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.24.0", features = ["v1_31"] } futures = "0.3.31"