From 8062cb3b362760f84317564bf5bd382e3da43d8b Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:47:10 +0000 Subject: [PATCH] fix(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 73dd278..266bc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ indexmap = "2.1.0" itertools = "0.14.0" lazy_static = "1.4.0" home = "0.5" -prost = "0.12.1" +prost = "0.14.0" reqwest = { version = "0.12.0", features = ["json"] } rand = "0.9.0" rkyv = { version = "0.7.42", features = ["strict"] }