From 51e4271195e1d95b125a0eb0e01e9c291a71ab99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 22:44:43 +0000 Subject: [PATCH] Update Rust crate tokio to 1.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..d1aebbf 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.29.0", features = ["macros", "rt-multi-thread"] } [features] default = ["client"]