From 01afa165aeaa9eafbbb48fa23a3c1876224b00c0 Mon Sep 17 00:00:00 2001 From: Serhiy Barhamon Date: Sun, 15 Oct 2023 12:42:27 +0200 Subject: [PATCH] remove unnecessary deps --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a426d3..d5cfeb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,11 +19,9 @@ reqwest = { version = "0.11.22", features = ["json", "multipart", "stream"] } serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" sha1 = "0.10.6" -tokio = { version = "1.33.0", features = ["rt", "macros"] } +tokio = { version = "1.33.0", features = [] } tokio-util = "0.7.9" -log = "0.4.20" -openssl = { version = "0.10.57", features = ["vendored"] } -openssl-src = "111.28.0+1.1.1w" # due to minimal version fail [dev-dependencies] dotenv = "0.15.0" +tokio = { version = "1.33.0", features = ["rt", "macros"] }