Skip to content

Commit 9dcf436

Browse files
chore(deps): update tonic-build requirement from 0.13 to 0.14 (#109)
Updates the requirements on [tonic-build](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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 579f454 commit 9dcf436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio-stream = {version = "0.1", features = ["net"]}
3131
tokio-tungstenite = "0.27"
3232
tokio_wasi = {version = "1", features = ["full"]}
3333
tonic = "0.13"
34-
tonic-build = "0.13"
34+
tonic-build = "0.14"
3535
tower = "0.5"
3636
tracing-subscriber = "0.3"
3737
uuid = {version = "1", features = ["serde", "v4"]}

examples/grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ silent = { path = "../../silent", features = ["grpc"] }
2121
async-trait.workspace = true
2222

2323
[build-dependencies]
24-
tonic-build = { version = "0.13" }
24+
tonic-build = { version = "0.14" }

examples/grpc_streaming/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tokio-stream.workspace = true
2323
h2.workspace = true
2424

2525
[build-dependencies]
26-
tonic-build = { version = "0.13" }
26+
tonic-build = { version = "0.14" }

0 commit comments

Comments
 (0)