From c815b713fd84f6f16c8120abf3f6f7364a4e82e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:50:14 +0000 Subject: [PATCH] chore(deps): update rust crate prost to 0.12 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 792836d..a2650b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio-stream = { version = "0.1" } tokio-util = { version = "0.7" } futures = "0.3" csv = { version = "1.3", optional = true } -prost = { version= "0.11", optional = true } +prost = { version= "0.12", optional = true } [features] default = [] @@ -51,7 +51,7 @@ tower-http = { version = "0.4", features = ["util", "map-response-body"] } tower-layer = "0.3" tower-service = "0.3" tokio = { version = "1", features = ["full"] } -prost = { version= "0.11", features = ["prost-derive"] } +prost = { version= "0.12", features = ["prost-derive"] } [[example]] name = "json-example"