From adc1b05db2741e10d09c9db3f88b8f05740c2f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:51:13 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Updates the requirements on [tonic](https://github.com/hyperium/tonic) and [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. Updates `tonic` to 0.9.2 - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.2...v0.9.2) Updates `tonic-build` to 0.9.2 - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.2...v0.9.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production dependency-group: all-dependencies - dependency-name: tonic-build dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36a77876..04b7744b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,6 +62,6 @@ tempfile = "3.5.0" time = "0.3.20" tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] } tokio-stream = { version = "0.1.8", features = ["net"] } -tonic = "0.9.2" -tonic-build = "0.9.2" +tonic = "0.10.2" +tonic-build = "0.10.2" tower = { version = "0.4", features = ["util"] } \ No newline at end of file