Skip to content

Commit

Permalink
Update tonic-build requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.0...v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 948d077 commit e69b419
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 @@ -40,7 +40,7 @@ datafusion-proto = "30.0.0"
object_store = "0.6.1"
sqlparser = "0.36.1"
tonic = { version = "0.9" }
tonic-build = { version = "0.9", default-features = false, features = [
tonic-build = { version = "0.10", default-features = false, features = [
"transport",
"prost"
] }
Expand Down

0 comments on commit e69b419

Please sign in to comment.