From 67fb5891e45c556c3d32ac8fccec29e6d45c8e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 21:44:30 -0700 Subject: [PATCH] build(deps): bump prost from 0.12.4 to 0.12.6 (#165) Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.4 to 0.12.6. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.4...v0.12.6) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 247cf3f..1000f22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,9 +2159,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", "prost-derive", @@ -2190,9 +2190,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 04645ee..d044e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ once_cell = "1.19.0" path-absolutize = "3.1.1" path-clean = "1.0.1" platform-info = "2.0.3" -prost = "0.12.4" +prost = "0.12.6" prost-build = "0.12.4" prost-reflect-build = "0.13.0" prost-types = "0.12.4"