@@ -20,10 +20,10 @@ crossbeam-utils = "0.8"
futures-channel = "0.3.15"
futures-util = "0.3.15"
log = "0.4"
-parking_lot = "0.11.1"
+parking_lot = "0.11"
rand = "0.8"
-serde = "1.0.116"
-serde_derive = "1.0.116"
+serde = "1.0"
+serde_derive = "1.0"
tokio = { version = "1.7", features = ["net", "rt-multi-thread", "time", "parking_lot"] }
test_utils = { path = "test_utils", optional = true }
@@ -20,7 +20,7 @@ futures-util = "0.3.15"
kvraft = { path = "../kvraft" }
lazy_static = "1.4.0"
ruaft = { path = "..", features = ["integration-test"] }
serde = "1.0"
serde_derive = "1.0"
@@ -8,11 +8,11 @@ async-trait = "0.1"
bincode = "1.3.3"
futures = "0.3.15"
log = "0.4.14"
test_utils = { path = "../test_utils" }
tokio = { version = "1.7", features = ["time", "parking_lot"] }
@@ -13,10 +13,10 @@ kvraft = { path = "../kvraft" }
labrpc = "0.2.1"
linearizability = { path = "../linearizability" }
[dev-dependencies]