From d03e417eb960b67d3ba4e8f68431f23e86f4eba4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:42:38 +0000 Subject: [PATCH] Update Rust crate tokio to 1.38.2 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24877f8..13228ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] octocrab = "0.49.0" concourse-resource = "0.3" -tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.38.2", features = ["rt-multi-thread", "macros"] } serde = "1.0.197" serde_json = "1.0.104"