From 3819f1615ee8c7bd9b100ae5f83e6dc93c0d9168 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 25 May 2025 00:07:13 +0000 Subject: [PATCH] Update Rust crate tokio to 1.45.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 330bf0a..b5126ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2210,9 +2210,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.45.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4cc0309..c63c80c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.98" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" schemars = "0.8.22" -tokio = { version = "1.45.0", features = ["full"] } +tokio = { version = "1.45.1", features = ["full"] } kube = { version = "0.99.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.24.0", features = ["v1_31"] } futures = "0.3.31"