From 1e710e4374bdf58468d8948fbc05ebd8f4ff86af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:41:00 +0000 Subject: [PATCH] build(deps): bump prost from 0.13.2 to 0.13.4 Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 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.13.2...v0.13.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c22d89..1358a6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,9 +2055,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995" +checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" dependencies = [ "bytes", "prost-derive", @@ -2086,9 +2086,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac" +checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 1ec6d55..2de9057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ opentelemetry = { version = "0.24.0" } opentelemetry-otlp = { version = "0.17.0" } opentelemetry-semantic-conventions = { version = "0.16.0" } opentelemetry_sdk = { version = "0.24.1" } -prost = { version = "0.13.2" } +prost = { version = "0.13.4" } rand = { version = "0.9.0-alpha.2" } readonly = { version = "0.2.12" } redis-async = { version = "0.17.2" }