From 54602a40a3ab2fb53bbf7dba8c633d0d272789f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:58:57 +0000 Subject: [PATCH] Update Rust crate tokio to 1.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..21972ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ sqlx = { version = "0.6.3", features = [ "sqlite", "migrate", ], optional = true } -tokio = {version = "1.28.0", features = ["macros", "rt-multi-thread"] } +tokio = {version = "1.33.0", features = ["macros", "rt-multi-thread"] } [features] default = ["client"]