From 6bd37997917314ced28446664adad2b8c9ae2a0d Mon Sep 17 00:00:00 2001 From: Andrey Kononov Date: Wed, 4 Oct 2023 00:50:28 +0400 Subject: [PATCH] Remove unnecessary dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4da615..147be1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1" backoff = "0.4" base64 = "0.21" bytes = "1" -futures = { version = "0.3", features = ["unstable", "bilock"] } +futures = "0.3" lru = "0.11" parking_lot = { version = "0.12", features = ["send_guard"] } rmp = "0.8" @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] } sha-1 = "0.10" thiserror = "1" tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "time"] } -tokio-stream = "0.1.14" +tokio-stream = "0.1" tokio-util = { version = "0.7", default-features = false, features = ["codec"] } tracing = { version = "0.1", features = ["log"] }