Skip to content

Commit b6d2be2

Browse files
chore: update tonic-build requirement from 0.13 to 0.14
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/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-rust@v0.13.0...tonic-build-v0.14.6) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d94812a commit b6d2be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tokio = { version = "1.35.0", features = ["full"] }
111111
tokio-stream = { version = "0.1.11", features = ["net"] }
112112
toml = "0.8"
113113
tonic = { version = "0.13", features = ["transport", "codegen", "tls-native-roots"] }
114-
tonic-build = "0.13"
114+
tonic-build = "0.14"
115115
tonic-reflection = "0.13"
116116
watcher = "0.5.0"
117117

0 commit comments

Comments
 (0)