Skip to content

Commit f0c1149

Browse files
chore(deps): 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](hyperium/tonic@v0.13.0...v0.14.5) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f1aa50 commit f0c1149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test-harness = "0.3.0"
9797
thiserror = "1"
9898
tokio = { version = "1.35.0", features = ["full"] }
9999
tokio-stream = { version = "0.1.11", features = ["net"] }
100-
tonic = { version = "0.13", features = ["transport", "codegen", "tls-native-roots"] }
100+
tonic = { version = "0.14", features = ["transport", "codegen", "tls-native-roots"] }
101101
tonic-build = "0.13"
102102
tonic-reflection = "0.13"
103103
watcher = "0.5.0"

0 commit comments

Comments
 (0)