From 75a24ec21c098f748ece9a86d318c68c0787d41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:32:18 +0000 Subject: [PATCH] build(deps): update tonic requirement from 0.12 to 0.13 Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [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.0...v0.12.3) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93a31ae8..78289a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tempfile = "3.6" thiserror = "2.0" time = { version = "0.3.29", features = ["serde", "std", "formatting"] } tokio = "1.26" -tonic = "0.12" +tonic = "0.13" tonic-build = "0.12" tower = "0.5" uuid = { version = "1.0", features = ["v4"] }