Przeglądaj źródła

Upgrade to bytes 1.0

Jing Yang 5 lat temu
rodzic
commit
c3c6161ac7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -11,7 +11,7 @@ keywords = ["raft", "consensus-protocol"]
 
 [dependencies]
 bincode = "1.3.1"
-bytes = "0.5.6"
+bytes = "1.0"
 crossbeam-utils = "0.8"
 futures-channel = "0.3.8"
 futures-util = "0.3.8"