From 061aff6788f1a1fb45b11d24a49f5d0463f588a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:29:26 +0000 Subject: [PATCH] Bump prost from 0.11.9 to 0.13.4 Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.9 to 0.13.4. - [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.11.9...v0.13.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fad002c65..68f39f7dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1680,7 +1680,7 @@ dependencies = [ "opentelemetry-proto", "proptest", "proptest-derive", - "prost 0.11.9", + "prost 0.13.4", "rand", "rmp-serde", "rustc-hash", diff --git a/Cargo.toml b/Cargo.toml index 936178005..88c918a2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ metrics-exporter-prometheus = { version = "0.15.3", default-features = false, fe "http-listener", "uds-listener", ] } -prost = "0.11" +prost = "0.13" rand = { version = "0.8", default-features = false } rustc-hash = { version = "1.1" } serde = { version = "1.0", features = ["std", "derive"] }