Skip to content

Commit

Permalink
Update tonic requirement from 0.11.0 to 0.12.3
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.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent 99c9e11 commit b7b9863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object_store = "0.10.2"
prost = "0.12.0"
prost-types = "0.12.0"
sqlparser = "0.49.0"
tonic = { version = "0.11.0" }
tonic = { version = "0.12.3" }
tonic-build = { version = "0.11.0", default-features = false, features = [
"transport",
"prost"
Expand Down

0 comments on commit b7b9863

Please sign in to comment.