From 69344287b749f6db33b6aa2cc5be7aef88a605ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:29:53 +0200 Subject: [PATCH] build(deps): update prost requirement from 0.11 to 0.12 (#34) Updates the requirements on [prost](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-build-0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- abci/Cargo.toml | 2 +- proto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index fb2b7b4..2bbe9f3 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -33,7 +33,7 @@ required-features = ["server"] uuid = { version = "1.4.1", features = ["v4", "fast-rng"], optional = true } tenderdash-proto = { version = "0.13.0", path = "../proto" } bytes = { version = "1.0" } -prost = { version = "0.11" } +prost = { version = "0.12" } tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", optional = true, default-features = false, features = [ "ansi", diff --git a/proto/Cargo.toml b/proto/Cargo.toml index b000a12..8e05985 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -16,7 +16,7 @@ description = """ all-features = true [dependencies] -prost = { version = "0.11", default-features = false } +prost = { version = "0.12", default-features = false } bytes = { version = "1.0", default-features = false, features = ["serde"] } serde = { version = "1.0", default-features = false, features = ["derive"] } subtle-encoding = { version = "0.5", default-features = false, features = [