From bf826ae2a18c252cc6a8bf4ea84b4aaaae693510 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-derive requirement from 0.7 to 0.11 Updates the requirements on [prost-derive](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-derive 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..7e50de9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ csv = "1" hyperdual = "1.1.0" bytes = "1.0" prost = "0.7" -prost-derive = "0.7" +prost-derive = "0.11" rand = "0.8" rand_distr = "0.4" meval = "0.2"