Skip to content

Commit

Permalink
Update tonic requirement from 0.10 to 0.11
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.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 1be0a46 commit bba9572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-cli = "35.0.0"
datafusion-proto = "35.0.0"
object_store = "0.9.0"
sqlparser = "0.41.0"
tonic = { version = "0.10" }
tonic = { version = "0.11" }
tonic-build = { version = "0.10", default-features = false, features = [
"transport",
"prost"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ tokio = { version = "1.0", features = [
"sync",
"parking_lot"
] }
tonic = "0.10"
tonic = "0.11"

0 comments on commit bba9572

Please sign in to comment.