Skip to content

Commit

Permalink
chore(deps): update tonic requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
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](hyperium/tonic@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent e36015c commit 3d73586
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 @@ -19,7 +19,7 @@ description = """
displaydoc = { workspace = true, default-features = false }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
tonic = { version = "0.11" }
tonic = { version = "0.12" }

# ibc dependencies
ibc = { workspace = true }
Expand Down

0 comments on commit 3d73586

Please sign in to comment.