From 295c76f0a267e3eaef15f371bfa10045c0650010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:59:57 -0400 Subject: [PATCH] Bump tonic-build from 0.12.2 to 0.12.3 in /rustclient/lib (#248) Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3) --- updated-dependencies: - dependency-name: tonic-build 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> --- rustclient/lib/Cargo.lock | 5 +++-- rustclient/lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rustclient/lib/Cargo.lock b/rustclient/lib/Cargo.lock index 9583eea..3cdc871 100644 --- a/rustclient/lib/Cargo.lock +++ b/rustclient/lib/Cargo.lock @@ -935,13 +935,14 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67" +checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" dependencies = [ "prettyplease", "proc-macro2", "prost-build", + "prost-types", "quote", "syn 2.0.43", ] diff --git a/rustclient/lib/Cargo.toml b/rustclient/lib/Cargo.toml index b50e91a..35fa0d3 100644 --- a/rustclient/lib/Cargo.toml +++ b/rustclient/lib/Cargo.toml @@ -16,4 +16,4 @@ futures = "0.3.30" async-stream = "0.3.5" [build-dependencies] -tonic-build = "0.12.2" \ No newline at end of file +tonic-build = "0.12.3" \ No newline at end of file