@@ -10,7 +10,7 @@ keywords = ["raft", "consensus-protocol"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bincode = "1.3.1"
+bincode = "1.3.3"
bytes = "1.0"
crossbeam-utils = "0.8"
futures-channel = "0.3.8"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"
labrpc = { path = "../../labrpc" }
parking_lot = "0.11.1"