diff --git a/ibc-query/Cargo.toml b/ibc-query/Cargo.toml index bf6c0de1df..7d71d74244 100644 --- a/ibc-query/Cargo.toml +++ b/ibc-query/Cargo.toml @@ -18,7 +18,7 @@ description = """ displaydoc = { version = "0.2", default-features = false } schemars = { workspace = true , optional = true } serde = { workspace = true, optional = true } -tonic = "0.10" +tonic = { version = "0.11" } # ibc dependencies ibc = { workspace = true }