From 3fca299dac5ea5a14b2da3406ca8c92d68d0da6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:18:39 +0000 Subject: [PATCH] build(deps): bump prost from 0.13.2 to 0.13.3 Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 to 0.13.3. - [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.3) --- 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 a42e33a..5149d47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,9 +2055,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995" +checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" dependencies = [ "bytes", "prost-derive", @@ -2086,9 +2086,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac" +checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 6f43e0b..f173bea 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.3" } rand = { version = "0.9.0-alpha.2" } readonly = { version = "0.2.12" } redis-async = { version = "0.17.2" }