From 2b6c2539935784153b23125ce7d1ad0a82f12586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:12:04 +0000 Subject: [PATCH] Update prost-types requirement from 0.11 to 0.12 Updates the requirements on [prost-types](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/prost-types-0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: prost-types 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 9d2c2ca..82ddd18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ prost = ["prost-types"] [dependencies] once_cell = "1.4" -prost-types = { version = "0.11", default-features = false, optional = true } +prost-types = { version = "0.12", default-features = false, optional = true } crossbeam-utils = "0.8.5" [target.'cfg(target_arch = "x86")'.dependencies]