From ebf67d82b992adcb27238261f3a34ef700a9d04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 06:03:42 +0000 Subject: [PATCH] build(deps): bump the dep-updates group with 2 updates Bumps the dep-updates group with 2 updates: [tonic-build](https://github.com/hyperium/tonic) and [tonic](https://github.com/hyperium/tonic). Updates `tonic-build` from 0.12.1 to 0.12.2 - [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.1...v0.12.2) Updates `tonic` from 0.12.1 to 0.12.2 - [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.1...v0.12.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 417bd61..0228c8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3062,9 +3062,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401" +checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" dependencies = [ "async-stream", "async-trait", @@ -3094,9 +3094,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568392c5a2bd0020723e3f387891176aabafe36fd9fcd074ad309dfa0c8eb964" +checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67" dependencies = [ "prettyplease", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 81ed417..bfa38d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ thiserror = "1.0" tokio-tun = "0.11.5" tokio-util = "0.7.11" toml = "0.8.19" -tonic-build = "0.12.1" +tonic-build = "0.12.2" tower = "0.5.0" udp-stream = "0.0.12" url = "2.5.2" @@ -124,7 +124,7 @@ version = "0.1" features = ["io-util", "net"] [workspace.dependencies.tonic] -version = "0.12.1" +version = "0.12.2" features = ["tls"] [workspace.dependencies.uuid]