From bcf1c009128b37fb9457ea8ee76096c912ae456c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:12:35 +0000 Subject: [PATCH] Bump prost-types from 0.12.0 to 0.12.1 Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- protox-parse/Cargo.toml | 2 +- protox/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cacf6a..b17d84c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,9 +672,9 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cebe0a918c97f86c217b0f76fd754e966f8b9f41595095cf7d74cb4e59d730f6" +checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf" dependencies = [ "prost", ] diff --git a/protox-parse/Cargo.toml b/protox-parse/Cargo.toml index 228ff21..3dc8a86 100644 --- a/protox-parse/Cargo.toml +++ b/protox-parse/Cargo.toml @@ -21,7 +21,7 @@ include = [ [dependencies] logos = "0.13.0" miette = "5.8.0" -prost-types = "0.12.0" +prost-types = "0.12.1" thiserror = "1.0.48" [dev-dependencies] diff --git a/protox/Cargo.toml b/protox/Cargo.toml index d340bfe..0f13746 100644 --- a/protox/Cargo.toml +++ b/protox/Cargo.toml @@ -45,7 +45,7 @@ clap = { version = "4.4.4", features = ["derive"], optional = true } miette = "5.8.0" prost = "0.12.1" prost-reflect = { version = "0.12.0", features = ["miette", "text-format"] } -prost-types = "0.12.0" +prost-types = "0.12.1" protox-parse = { version = "0.5.0", path = "../protox-parse" } thiserror = "1.0.48"