From beda2d650d680c9067e14cd77c0319ad5b384d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:20:08 +0000 Subject: [PATCH] Update prost requirement from 0.12.3 to 0.14.1 Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.3...v0.13.5) --- updated-dependencies: - dependency-name: prost dependency-version: 0.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8dfb508..29daaa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ doctest = false all-features = true [dependencies] -prost = { version = "0.12.3", default-features = false, features = ["prost-derive"] } +prost = { version = "0.14.1", default-features = false, features = ["prost-derive"] } bytes = { version = "1.2", default-features = false } tonic = { version = "0.11", default-features = false, optional = true } serde = { version = "1.0", default-features = false, optional = true }