Procházet zdrojové kódy

Upgrade to bindcode 1.3.3.

Jing Yang před 4 roky
rodič
revize
17369a6d0d
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      Cargo.toml
  2. 1 1
      kvraft/Cargo.toml

+ 1 - 1
Cargo.toml

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

+ 1 - 1
kvraft/Cargo.toml

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2018"
 edition = "2018"
 
 
 [dependencies]
 [dependencies]
-bincode = "1.3.1"
+bincode = "1.3.3"
 bytes = "1.0"
 bytes = "1.0"
 labrpc = { path = "../../labrpc" }
 labrpc = { path = "../../labrpc" }
 parking_lot = "0.11.1"
 parking_lot = "0.11.1"