From 7b4bf7cd2879d1e757e7787c11db26048c36fc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:29:39 +0000 Subject: [PATCH] build(deps): update prost-types requirement from 0.12 to 0.13 Updates the requirements on [prost-types](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.0...v0.12.6) --- updated-dependencies: - dependency-name: prost-types 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 d51d9819..054769ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ os_pipe = "1.1" prctl = "1.0.0" prost = "0.12" prost-build = "0.12" -prost-types = "0.12" +prost-types = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0"