From 0075d8c129a371b592e2e5680ef768eb94af0ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 09:53:00 +0000 Subject: [PATCH] Bump prost from 0.11.9 to 0.12.3 Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.9 to 0.12.3. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.9...v0.12.3) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 ++++--------------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0cf44ba..52735356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,15 +1069,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.11.0" @@ -1448,7 +1439,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive 0.11.9", ] [[package]] @@ -1458,7 +1448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" dependencies = [ "bytes", - "prost-derive 0.12.3", + "prost-derive", ] [[package]] @@ -1469,7 +1459,7 @@ checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2" dependencies = [ "bytes", "heck 0.4.1", - "itertools 0.11.0", + "itertools", "log", "multimap", "once_cell", @@ -1483,19 +1473,6 @@ dependencies = [ "which", ] -[[package]] -name = "prost-derive" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" -dependencies = [ - "anyhow", - "itertools 0.10.5", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "prost-derive" version = "0.12.3" @@ -1503,7 +1480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools", "proc-macro2", "quote", "syn 2.0.42", @@ -2285,7 +2262,7 @@ dependencies = [ "md-5", "once_cell", "openssl-probe", - "prost 0.11.9", + "prost 0.12.3", "protobuf", "protobuf-codegen", "rand", diff --git a/Cargo.toml b/Cargo.toml index 679af9d2..b79c42ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ hkdf = "0.12" hmac = "0.12" log = "0.4" md-5 = "0.10.5" -prost = "0.11" +prost = "0.12" protobuf = {version = "3.0.1", features = ["with-bytes"]} rand = {version = "0.8", features = ["small_rng"]} regex = "1.7.3"