From d08510176a13c5a31416cb8619c289fda8bedd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:49:48 +0000 Subject: [PATCH] Update prost requirement from 0.13.4 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.13.4...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server_libraries/libdatastore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_libraries/libdatastore/Cargo.toml b/server_libraries/libdatastore/Cargo.toml index 2c33937..6e4aebe 100644 --- a/server_libraries/libdatastore/Cargo.toml +++ b/server_libraries/libdatastore/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] nullnet-liberror = "0.1.1" -prost = "0.13.4" +prost = "0.14.1" prost-types = "0.13.4" tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } log = "0.4.26"