Skip to content

Commit 55a6c7b

Browse files
Update tonic requirement from 0.11 to 0.14
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.14.2) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0925c8 commit 55a6c7b

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
@@ -79,7 +79,7 @@ serde_json = { workspace = true }
7979
tempfile = { workspace = true }
8080
test-utils = { path = "../test-utils" }
8181
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
82-
tonic = "0.11"
82+
tonic = "0.14"
8383
url = { workspace = true }
8484
uuid = "1.7"
8585

0 commit comments

Comments
 (0)