From f9e7493be558a5e4b4b2b6a0b29b4a58fcc058e4 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 6 Oct 2019 04:44:45 +0900 Subject: [PATCH] Update dependencies (#182) --- protobuf/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index b9f69d9..3576fc0 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -8,11 +8,11 @@ edition = "2018" [dependencies] bytes = "0.4" futures = "0.1" -env_logger = "0.6" -derive_more = "0.14" -prost = "0.4.0" -prost-derive = "0.4.0" +env_logger = "0.7.0" +derive_more = "0.15.0" +prost = "0.5.0" +prost-derive = "0.5.0" -actix = "0.8.2" -actix-web = "1.0.0" -actix-protobuf = "0.4.0" +actix = "0.8.3" +actix-web = "1.0.8" +actix-protobuf = "0.4.1"