Skip to content

Commit dd71a3a

Browse files
chore: update tonic requirement from 0.13 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](grpc/grpc-rust@v0.13.0...tonic-v0.14.6) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80bb122 commit dd71a3a

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
@@ -110,7 +110,7 @@ thiserror = "1"
110110
tokio = { version = "1.35.0", features = ["full"] }
111111
tokio-stream = { version = "0.1.11", features = ["net"] }
112112
toml = "0.8"
113-
tonic = { version = "0.13", features = ["transport", "codegen", "tls-native-roots"] }
113+
tonic = { version = "0.14", features = ["transport", "codegen", "tls-native-roots"] }
114114
tonic-build = "0.13"
115115
tonic-reflection = "0.13"
116116
watcher = "0.5.0"

0 commit comments

Comments
 (0)