Skip to content

Commit 657ba08

Browse files
Update tonic requirement from 0.11.0 to 0.12.0
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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad3a604 commit 657ba08

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
@@ -30,7 +30,7 @@ prost = "0.12.4"
3030
simple_logger = "5.0.0"
3131
tokio = { version = "1.37.0", features = ["macros", "rt", "signal"] }
3232
tokio-util = "0.7.10"
33-
tonic = "0.11.0"
33+
tonic = "0.12.0"
3434
void = "1.0.2"
3535
envmnt = "*"
3636

0 commit comments

Comments
 (0)