From 43e819c1c1e0a1f4cf4cfac72eda37691d40f4c9 Mon Sep 17 00:00:00 2001 From: koushiro Date: Thu, 19 Sep 2024 15:31:27 +0800 Subject: [PATCH] deps: update prost to v0.13.2 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5514ab68..00988934 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.12.0", optional = true } -prost-types = { version = "0.12.0", optional = true } +prost = { version = "0.13.2", optional = true } +prost-types = { version = "0.13.2", optional = true } [dev-dependencies] async-std = { version = "1", features = ["attributes"] } @@ -41,7 +41,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.13.2", optional = true } [[bench]] name = "baseline"