瀏覽代碼

Upgrade to futures 0.3.15.

Jing Yang 4 年之前
父節點
當前提交
66ba5eb49c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -13,8 +13,8 @@ keywords = ["raft", "consensus-protocol"]
 bincode = "1.3.3"
 bincode = "1.3.3"
 bytes = "1.0"
 bytes = "1.0"
 crossbeam-utils = "0.8"
 crossbeam-utils = "0.8"
-futures-channel = "0.3.8"
-futures-util = "0.3.8"
+futures-channel = "0.3.15"
+futures-util = "0.3.15"
 labrpc = { path = "../labrpc" }
 labrpc = { path = "../labrpc" }
 parking_lot = "0.11.1"
 parking_lot = "0.11.1"
 rand = "0.8"
 rand = "0.8"
@@ -24,7 +24,7 @@ tokio = { version = "1.7", features = ["rt-multi-thread", "time", "parking_lot"]
 
 
 [dev-dependencies]
 [dev-dependencies]
 anyhow = "1.0"
 anyhow = "1.0"
-futures = { version = "0.3.8", features = ["thread-pool"] }
+futures = { version = "0.3.15", features = ["thread-pool"] }
 scopeguard = "1.1.0"
 scopeguard = "1.1.0"
 kvraft = { path = "kvraft" }
 kvraft = { path = "kvraft" }