From 812f51d12ed33864a4b49a8ffef7f24b1cb96fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:17:55 +0000 Subject: [PATCH] chore(deps): update tonic requirement from 0.12.1 to 0.13.0 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.1...v0.13.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ibc-query/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc-query/Cargo.toml b/ibc-query/Cargo.toml index 0cb58a84b..2b9912dbf 100644 --- a/ibc-query/Cargo.toml +++ b/ibc-query/Cargo.toml @@ -19,7 +19,7 @@ description = """ displaydoc = { workspace = true, default-features = false } schemars = { workspace = true, optional = true } serde = { workspace = true, optional = true } -tonic = { version = "0.12.1" } +tonic = { version = "0.13.0" } # ibc dependencies ibc = { workspace = true }