Przeglądaj źródła

Upgrade to futures 0.3.15.

Jing Yang 4 lat temu
rodzic
commit
66ba5eb49c
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -13,8 +13,8 @@ keywords = ["raft", "consensus-protocol"]
 bincode = "1.3.3"
 bytes = "1.0"
 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" }
 parking_lot = "0.11.1"
 rand = "0.8"
@@ -24,7 +24,7 @@ tokio = { version = "1.7", features = ["rt-multi-thread", "time", "parking_lot"]
 
 [dev-dependencies]
 anyhow = "1.0"
-futures = { version = "0.3.8", features = ["thread-pool"] }
+futures = { version = "0.3.15", features = ["thread-pool"] }
 scopeguard = "1.1.0"
 kvraft = { path = "kvraft" }