From 68b1e4d53a22d281a1a8bece08799512250ef70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:13:45 +0000 Subject: [PATCH] build(deps): bump prost from 0.12.1 to 0.12.2 Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.1...v0.12.2) --- 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 7994e07..bd5e7af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1341,9 +1341,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d" +checksum = "5a5a410fc7882af66deb8d01d01737353cf3ad6204c408177ba494291a626312" dependencies = [ "bytes", "prost-derive", @@ -1373,9 +1373,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32" +checksum = "065717a5dfaca4a83d2fe57db3487b311365200000551d7a364e715dbf4346bc" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index d6ce4c4..d7ebb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ http = "0.2.11" hyper = { version = "0.14.26", features = ["full"] } jsonwebtoken = "8.3.0" once_cell = "1.18.0" -prost = "0.12.1" +prost = "0.12.2" prost-types = "0.12.1" rand = "0.8.5" reqwest = "0.11.18"