From 5b87b97e6d60d6c5b03bae9f3c706179c0fc41d6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 30 May 2024 20:42:49 +0000 Subject: [PATCH] Update Rust crate tokio to 1.38.0 PR created by Renovate Bot. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20433f7..ed4c68a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ poise = "0.6.1" sysinfo = "0.30.12" tempfile = "3.10.1" tokenservice-client = { version = "0.2.6", registry = "gitea" } -tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] } +tokio = { version = "1.38.0", features = ["macros", "signal", "rt-multi-thread"] } tokio-postgres = "0.7.10" uptime_lib = "0.3.0" -- 2.34.1