From a94726857e40b4bf84fc92f8bc55b4535f62a141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:14:21 +0000 Subject: [PATCH] build(deps): update prost-build requirement from 0.9.0 to 0.11.1 Updates the requirements on [prost-build](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.9.0...prost-build-0.11.1) --- updated-dependencies: - dependency-name: prost-build 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 88bc0569..c54ee0bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal hyper = { version = "0.14.16", features = ["server", "http1", "tcp"] } [build-dependencies] -prost-build = { version = "0.9.0", optional = true } +prost-build = { version = "0.11.1", optional = true } [[bench]] name = "family"