From 2bb4c338903e09856053894d9646307e31d32f1c Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 2 Mar 2023 05:00:56 +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 28cbe37..c61d952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap={version="4.1", features = ["derive", "unicode", "color"] } crossterm = "0.26" futures-util = "0.3" parking_lot = {version= "0.12"} -tokio = {version = "1.25", features=["full"]} +tokio = {version = "1.26", features=["full"]} tracing = "0.1" tracing-subscriber = "0.3" tui = "0.19"