From 8a3e6a7d0f5e4ff67296ce6702157a718b20f28d Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 28 Mar 2024 12:55:39 -0400 Subject: [PATCH] Update Rust crate tokio to 1.37.0 (#38) Co-authored-by: Renovate Co-committed-by: Renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8283b03..f0fb528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ poise = "0.6.1" sysinfo = "0.30.7" tempfile = "3.10.1" tokenservice-client = { version = "0.2.0", registry = "gitea" } -tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] } +tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] } tokio-postgres = "0.7.10" uptime_lib = "0.3.0"