From c8f35c0eacd3d6cd82decb5323a4371a1ba75f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 08:41:28 +0000 Subject: [PATCH] build(deps): update prost-types requirement from 0.12.0 to 0.13.1 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.1) --- 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 b9e93380..f828cb0e 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.1", optional = true } [dev-dependencies] async-std = { version = "1", features = ["attributes"] }