From 393304419e0ebb4cc64e4ab00044fa3c13865a59 Mon Sep 17 00:00:00 2001 From: Vladimir Lebedev Date: Wed, 27 Mar 2024 12:34:57 +0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e62863..dbaeebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.36", features = ["net", "io-util"] } tokio-util = { version = "0.7.10", features = ["codec"] } thiserror = "1" rand = "0.8.5" -futures = "0.3.30" +futures = "0.3" pin-project = "1" hex = "0.4.3"