|
|
@@ -8,17 +8,17 @@ anyhow = "1.0"
|
|
|
async-trait = "0.1"
|
|
|
bincode = "1.3.3"
|
|
|
bytes = "1.1"
|
|
|
-futures-util = "0.3.19"
|
|
|
+futures-util = "0.3.21"
|
|
|
kvraft = { path = "../kvraft" }
|
|
|
-labrpc = "0.2.1"
|
|
|
+labrpc = "0.2.2"
|
|
|
linearizability = { path = "../linearizability" }
|
|
|
log = "0.4"
|
|
|
-parking_lot = "0.11"
|
|
|
+parking_lot = "0.12"
|
|
|
rand = "0.8"
|
|
|
ruaft = { path = "..", features = ["integration-test"] }
|
|
|
serde = "1.0"
|
|
|
test_utils = { path = "../test_utils" }
|
|
|
|
|
|
[dev-dependencies]
|
|
|
-futures = { version = "0.3.15", features = ["thread-pool"] }
|
|
|
+futures = { version = "0.3.21", features = ["thread-pool"] }
|
|
|
stdext = "0.3"
|