From 1ae7e9059c3fcdbbe3072c3dbdd8c2b277e53dc3 Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 27 Mar 2026 09:58:50 -0700 Subject: [PATCH] dependencies: update prost to 0.14 Signed-off-by: John Howard --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f6a978..1d18ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ dtoa = "1.0" itoa = "1.0" parking_lot = "0.12" prometheus-client-derive-encode = { version = "0.5.0", path = "derive-encode" } -prost = { version = "0.12.0", optional = true } -prost-types = { version = "0.12.0", optional = true } +prost = { version = "0.14", optional = true } +prost-types = { version = "0.14", optional = true } [dev-dependencies] async-std = { version = "1", features = ["attributes"] } @@ -49,7 +49,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] } http-body-util = "0.1.1" [build-dependencies] -prost-build = { version = "0.12.0", optional = true } +prost-build = { version = "0.14", optional = true } [[bench]] name = "baseline"