From ffcbfb471306b7ff03071d602a0c1bec819e9058 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 12:08:18 +0000 Subject: [PATCH] Update Rust crate tokio to 1.28.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..b4ff0b3 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.28.1", features = ["macros", "rt-multi-thread"] } [features] default = ["client"]