Skip to content

Commit bb5330f

Browse files
Update tonic requirement from 0.10 to 0.11 (#9176)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9e4b7b commit bb5330f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ serde = { version = "1.0.136", features = ["derive"] }
5454
serde_json = { workspace = true }
5555
tempfile = { workspace = true }
5656
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
57-
tonic = "0.10"
57+
tonic = "0.11"
5858
url = { workspace = true }
5959
uuid = "1.2"

0 commit comments

Comments
 (0)