From bfafea38e6d0bd7b74404731821c86aa0703e5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:30:04 +0000 Subject: [PATCH] build(deps): update prost requirement from 0.12.0 to 0.13.3 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.12.0...v0.13.3) --- updated-dependencies: - dependency-name: prost 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 5514ab6..fb4c70c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dtoa = "1.0" 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 = { version = "0.13.3", optional = true } prost-types = { version = "0.12.0", optional = true } [dev-dependencies]