From d80846ffb28c004be6b1896cf1b0ae0ca4684999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:46:39 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ec4619..4f28cef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tracing-subscriber = "0.3" backtrace = "0.3" # Tokio runtime -tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.21", features = ["rt-multi-thread", "macros"] } # Database futures-util = "0.3"