Skip to content

Commit

Permalink
update tonic for ibc-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 24, 2024
1 parent d94e8a2 commit 72f317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 72f317b

Please sign in to comment.