From 2d7ca43ab6f6d144e851400e2441433a097b6073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:32:18 +0000 Subject: [PATCH] Update Rust crate tokio to 1.35.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c04a2bd..8f5f1b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde = "1.0.193" serde_yaml = "0.9.27" sys-locale = "0.3.1" ticky = { version = "1.0.2", features = ["stdtime"] } -tokio = { version = "1.35.0", features = ["full"] } +tokio = { version = "1.35.1", features = ["full"] } wild = "2.2.0" [profile.release]