From 81784f3660946a6c2ca05728ad746e5b8f0e0b40 Mon Sep 17 00:00:00 2001 From: Michael Zhalevich Date: Tue, 5 Sep 2023 14:38:06 +0200 Subject: [PATCH] chore: update prost (prost-types & prost-build) from 0.11.0 to 0.12.0 Signed-off-by: Michael Zhalevich --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8dcc2243..50126e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ dtoa = "1.0" itoa = "1.0" parking_lot = "0.12" prometheus-client-derive-encode = { version = "0.4.1", path = "derive-encode" } -prost = { version = "0.11.0", optional = true } -prost-types = { version = "0.11.0", optional = true } +prost = { version = "0.12.0", optional = true } +prost-types = { version = "0.12.0", optional = true } [dev-dependencies] async-std = { version = "1", features = ["attributes"] } @@ -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.11.0", optional = true } +prost-build = { version = "0.12.0", optional = true } [[bench]] name = "family"