From 3b32c9e8bc1ba26618cab49aa08a3cb8f6861e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:29:41 +0000 Subject: [PATCH] build(deps): update prost-types requirement from 0.12.0 to 0.13.3 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.13.3) --- 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 5514ab68..d2f29913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ itoa = "1.0" parking_lot = "0.12" prometheus-client-derive-encode = { version = "0.4.1", path = "derive-encode" } prost = { version = "0.12.0", optional = true } -prost-types = { version = "0.12.0", optional = true } +prost-types = { version = "0.13.3", optional = true } [dev-dependencies] async-std = { version = "1", features = ["attributes"] }