Kaynağa Gözat

Upgrade to bindcode 1.3.3.

Jing Yang 4 yıl önce
ebeveyn
işleme
17369a6d0d
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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
 
 [dependencies]
-bincode = "1.3.1"
+bincode = "1.3.3"
 bytes = "1.0"
 crossbeam-utils = "0.8"
 futures-channel = "0.3.8"

+ 1 - 1
kvraft/Cargo.toml

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