Skip to content

Commit

Permalink
chore(deps,cargo): update tonic requirement from 0.10.2 to 0.11.0
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.2...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 Feb 26, 2024
1 parent 9400391 commit 893ff27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ connectorx = { git = "https://github.com/sfu-db/connector-x.git", rev = "fa0fc7b
"dst_arrow",
"src_sqlite",
] }
tonic = "0.10.2"
tonic = "0.11.0"
2 changes: 1 addition & 1 deletion sources/flight-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ datafusion-substrait.workspace = true
datafusion-federation.path = "../../datafusion-federation"
datafusion-federation-sql.path = "../sql"
futures = "0.3.30"
tonic = {version="0.10.2", features=["tls"] }
tonic = {version="0.11.0", features=["tls"] }
prost = "0.12.3"
arrow = "49.0.0"
arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
Expand Down

0 comments on commit 893ff27

Please sign in to comment.