From e5dab21b231bf266d28ba64aba7d6e5259eb4a42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 08:03:38 +0000 Subject: [PATCH] Update protobuf requirement from ~2.7 to ~2.8 Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. - [Release notes](https://github.com/stepancheg/rust-protobuf/releases) - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](https://github.com/stepancheg/rust-protobuf/compare/v2.7.0...v2.7.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c80baf8..33d971f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = "1.0" serde_derive = "1.0" bincode = "~1.1" byteorder = "~1.3" -protobuf = "~2.7" +protobuf = "~2.8" chrono = "0.4" reqwest = { version = "0.8", optional = true } failure = "0.1"