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 }