From 7a492146767a45b2627fdbf1f9ba30d05003fe07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:42:55 +0000 Subject: [PATCH] chore(deps): update rust crate prost to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68c5d79..a7bd73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ alloy = { version = "1.0.3", features = ["contract", "signer-local"] } anyhow = "1.0.75" chrono = { version = "0.4.34", default-features = false, features = ["clock"] } futures-util = "0.3.30" -prost = "0.13.2" +prost = "0.14.0" rdkafka = { version = "0.37.0", features = [ "cmake-build", "gssapi",