From 3eaefcf2f1738c9a81bcb503860fa24244b8b706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 08:08:15 +0000 Subject: [PATCH] build(deps): update prost-types requirement from 0.6 to 0.7 Updates the requirements on [prost-types](https://github.com/danburkert/prost) to permit the latest version. - [Release notes](https://github.com/danburkert/prost/releases) - [Commits](https://github.com/danburkert/prost/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac6c32d5..2a96ec13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] owning_ref = "0.4" prost = "0.6" -prost-types = "0.6" +prost-types = "0.7" [dev-dependencies] pyo3 = "0.13.0"