From 1b08f09f490acce89cad902bcf89a6c700556e8c Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 14 Jul 2021 15:55:57 -0600 Subject: update tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fce88bd..0ded125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0.104", features = [ "derive" ] } serde_json = "1.0.48" signal-hook = "0.3" thiserror = "1.0" -tokio = { version = "0.3.5", features = [ "full" ] } +tokio = { version = "1.9.0", features = [ "full" ] } toml = "0.5" whoami = "0.9.0" yn = "0.1" -- cgit v1.2.3