From 7d4a79110789669a207cdff103906012a00f204a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:00:10 +0000 Subject: [PATCH] Update prost-derive requirement from 0.11 to 0.12 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.11.0...v0.12.0) --- 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 469ef2f7..305f41f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ csv = "1" hyperdual = "=1.2.0" bytes = "1.0" prost = "0.12" -prost-derive = "0.11" +prost-derive = "0.12" rand = "0.8" rand_distr = "0.4" meval = "0.2"