From 487ca7ac7a33794134b21a08b32cb1b2f35880b5 Mon Sep 17 00:00:00 2001 From: koushiro Date: Tue, 24 Sep 2024 15:53:03 +0800 Subject: [PATCH] update prost to v0.13.3 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0098893..0cf5b64 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.13.2", optional = true } -prost-types = { version = "0.13.2", optional = true } +prost = { version = "0.13.3", optional = true } +prost-types = { version = "0.13.3", 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.13.2", optional = true } +prost-build = { version = "0.13.3", optional = true } [[bench]] name = "baseline"