Skip to content

Commit

Permalink
Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowneee committed Oct 3, 2023
1 parent 5e65b54 commit 6bd3799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"] }

Expand Down

0 comments on commit 6bd3799

Please sign in to comment.