From 6cbe1f20a9c1d2e08da3628bf1d66fde2887ceba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:27:23 +0000 Subject: [PATCH] chore(deps): bump prost from 0.13.5 to 0.14.0 Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.5 to 0.14.0. - [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.13.5...v0.14.0) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6963a2b..e55794d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1994,7 +1994,7 @@ dependencies = [ "ordered-float 5.0.0", "pretty_assertions", "prometheus", - "prost 0.13.5", + "prost 0.14.1", "prost-build", "regex", "reqwest", @@ -2717,7 +2717,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" dependencies = [ "heck", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -2739,7 +2739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn", @@ -2752,7 +2752,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index 8492974..2937623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ opentelemetry-semantic-conventions = { version = "0.30.0" } opentelemetry_sdk = { version = "0.27.1", features = ["metrics"] } ordered-float = { version = "5.0.0" } prometheus = "0.13.4" -prost = { version = "0.13.5" } +prost = { version = "0.14.1" } regex = "1.11.1" reqwest = { version = "0.12.20", features = ["json", "native-tls-vendored", "gzip"], default-features = false } reqwest-middleware = "0.4.2"