Sfoglia il codice sorgente

Update Cargo.lock in durio.

Skipping tarpc 0.34 which introduced a breaking change. See
https://github.com/google/tarpc/issues/421.
Jing Yang 2 anni fa
parent
commit
f5ff46482a
2 ha cambiato i file con 224 aggiunte e 179 eliminazioni
  1. 223 178
      durio/Cargo.lock
  2. 1 1
      durio/Cargo.toml

File diff suppressed because it is too large
+ 223 - 178
durio/Cargo.lock


+ 1 - 1
durio/Cargo.toml

@@ -27,7 +27,7 @@ raft = { path = "../raft" }
 serde = "1.0"
 serde_derive = "1.0"
 serde_json = "1.0"
-tarpc = { version = ">=0.27", features = ["serde-transport", "tcp"] }
+tarpc = { version = ">=0.27,<0.34", features = ["serde-transport", "tcp"] }
 tokio = { version = "1.7", features = ["macros", "rt-multi-thread", "time", "parking_lot"] }
 tokio-serde = { version = "0.8", features = ["json"] }
 

Some files were not shown because too many files changed in this diff