瀏覽代碼

Update to newest futures.

Also reduce the number of dependencies to 57.
Jing Yang 5 年之前
父節點
當前提交
4a545b9e0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ license = "MIT"
 [dependencies]
 bytes = "0.5.6"
 crossbeam-channel = "0.5.0"
-futures = { version = "0.3.5", features = ["thread-pool"] }
+futures = { version = "0.3.8", default-features = false, features = ["thread-pool"] }
 parking_lot = "0.11.0"
 rand = "0.7.3"
 tokio = { version = "0.3", features = ["rt-multi-thread", "time", "parking_lot"] }