From f0ae66fcb5d02c6a37c504b9234fa9b0c37b9859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:51:01 +0000 Subject: [PATCH] Update prost requirement from 0.7 to 0.11 Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.7.0...v0.11.6) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4048ca6..aee9cfd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde_derive = "1.0" csv = "1" hyperdual = "1.1.0" bytes = "1.0" -prost = "0.7" +prost = "0.11" prost-derive = "0.7" rand = "0.8" rand_distr = "0.4"