Skip to content

Commit

Permalink
Update dependencies (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
THEDESIGNER.DESIGN authored and A. Hobden committed Jul 27, 2018
1 parent 22f038e commit 8a217a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description = "The rust language implementation of Raft algorithm."
categories = ["algorithms", "database-implementations"]

[dependencies]
log = "0.4.1"
protobuf = "~2.0.0"
quick-error = "1.2.1"
rand = "0.4"
log = "0.4.3"
protobuf = "2.0.4"
quick-error = "1.2.2"
rand = "0.5.4"
fxhash = "0.2.1"

[badges]
Expand Down

0 comments on commit 8a217a6

Please # to comment.