瀏覽代碼

Update dependency crossbeam-utils to the newest version.

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

+ 1 - 1
Cargo.toml

@@ -12,7 +12,7 @@ keywords = ["raft", "consensus-protocol"]
 [dependencies]
 bincode = "1.3.1"
 bytes = "0.5.6"
-crossbeam-utils = "0.7.2"
+crossbeam-utils = "0.8"
 futures = { version = "0.3.5" }
 labrpc = { path = "../labrpc" }
 parking_lot = "0.11.0"