From 8f7f190783bbdc93c74c313c4e8ba3056e6d03d4 Mon Sep 17 00:00:00 2001 From: Kurian Thampy Date: Tue, 1 Oct 2019 13:54:26 +0530 Subject: [PATCH] Upgrade to `prost-0.5.0` and `prost-derive-0.5.0` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 67475cf8e..a7220591d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ derive_more = "0.14" actix = "0.8.1" actix-web = "1.0.0-rc" -prost = "0.4" +prost = "0.5.0" [dev-dependencies] http = "^0.1" -prost-derive = "^0.4" +prost-derive = "0.5.0" [workspace] members = [