From 78e59160bb6a978ee80e3a99eb72f051fb64e737 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sat, 3 Sep 2022 03:45:25 +0000 Subject: [PATCH] chore: dependencies updated --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea61b46..af45ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap={version="3.2", features = ["derive", "unicode"] } crossterm = "0.25" futures-util = "0.3" parking_lot = {version= "0.12"} -tokio = {version = "1.20", features=["full"]} +tokio = {version = "1.21", features=["full"]} tracing = "0.1" tracing-subscriber = "0.3" tui = "0.19"