Skip to content

Commit b1ea0bb

Browse files
chore(deps): update tonic-health requirement from 0.7.1 to 0.8.0 (#241)
Updates the requirements on [tonic-health](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.7.1...v0.8.0) --- updated-dependencies: - dependency-name: tonic-health dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e33637c commit b1ea0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bank-accounting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sqlx = { version = "0.6.2", features = [ "runtime-tokio-rustls" , "postgres" ] }
1919
thiserror = "1.0.30"
2020
tokio = { version = "1.13.0", features = ["macros", "rt-multi-thread"] }
2121
tonic = { version = "0.8.1", features = ["gzip", "transport"] }
22-
tonic-health = "0.7.1"
22+
tonic-health = "0.8.0"
2323
tonic-reflection = "0.5.0"
2424
tower = "0.4.11"
2525
tower-http = { version = "0.3.4", features = ["trace"] }

0 commit comments

Comments
 (0)