From 8a217a6d1b0697f810285e340568f7d75cbbd055 Mon Sep 17 00:00:00 2001 From: "THEDESIGNER.DESIGN" Date: Fri, 27 Jul 2018 18:19:49 +0300 Subject: [PATCH] Update dependencies (#97) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c3d9ab13..9c9fe7cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]