From 7a7de40833a66b5ed6a600c1bbce028f8766ae35 Mon Sep 17 00:00:00 2001 From: Anthony Ramine <123095+nox@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:19:39 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2b684ce..21b6d443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ libc = "0.2" hex = "0.4" rusty-hook = "^0.11" futures = "0.3" -tokio = { version = "1" } +tokio = "1" anyhow = "1" antidote = "1.0.0" http = "0.2"