From 58b99490cbe049c075b9e98dd2a939b52f3997e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:08:18 +0000 Subject: [PATCH] Update prost-derive requirement from 0.9 to 0.10 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/commits) --- 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 3a16ca31..e5122f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ smallvec = "1.7" inferno = { version = "0.11", default-features = false, features = ["nameattr"], optional = true } prost = { version = "0.9", optional = true } -prost-derive = { version = "0.9", optional = true } +prost-derive = { version = "0.10", optional = true } protobuf = { version = "2.0", optional = true } criterion = {version = "0.3", optional = true}