From 945d3fdb233df3fb46e4460235a5666108204e39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 11:14:58 +0000 Subject: [PATCH] Update protobuf-codegen-pure requirement from = 2.16.2 to = 2.17.0 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.16.2...v2.16.2) 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 a846b0f..9097cc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ tokio-util = { version = "0.3.1", features = ["codec"] } futures = "0.3" [build-dependencies] -protobuf-codegen-pure = "= 2.16.2" +protobuf-codegen-pure = "= 2.17.0"