From 07bf9b5eeb84ffa861498743df2c33709bc27666 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:00:44 +0000 Subject: [PATCH] Update protobuf-codegen-pure requirement from ~2.7 to ~2.8 Updates the requirements on [protobuf-codegen-pure](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..e47e8ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ default = [] media = ["reqwest", "image"] [build-dependencies] -protobuf-codegen-pure = "~2.7" +protobuf-codegen-pure = "~2.8"