From 007f6ac760a2545ce5a098994f81ca26345fc428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:42:19 +0000 Subject: [PATCH] build(deps): update prost-build requirement from 0.13 to 0.14 Updates the requirements on [prost-build](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.0...v0.13.5) --- updated-dependencies: - dependency-name: prost-build 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 e8930f58..95f9ad79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ oci-spec = "0.7" os_pipe = "1.1" prctl = "1.0.0" prost = "0.13" -prost-build = "0.13" +prost-build = "0.14" prost-types = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"