From f1bd6e1e0e350007e0a910e02a67adcabc5ed5a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 22:00:32 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.23.1 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index a0f28a601..6e99e8d12 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -22,7 +22,7 @@ v2 = [] # Futures # @todo after full implementation, see if we can peel back some features here to # the minimal required. -tokio = { version = "1.23.0", features = ["full"] } +tokio = { version = "1.23.1", features = ["full"] } async-trait = "0.1.60" futures = "0.3.25" tokio-util = { version = "0.7.4", features = ["time"]}