Skip to content

Commit b749362

Browse files
build(deps): bump tonic-build from 0.12.3 to 0.13.1
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.1. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.12.3...v0.13.1) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3576eb2 commit b749362

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tokio-stream = { version = "0.1.15", features = ["sync"] }
9696
tokio-retry = "0.3.0"
9797

9898
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
99-
tonic-build = { version = "0.12.3", features = ["prost"] }
99+
tonic-build = { version = "0.13.1", features = ["prost"] }
100100
tower-http = { version = "0.6.8", features = ["cors"] }
101101
wasmparser = "0.118.1"
102102
wasmtime = { version = "35.0.0", features = ["async"] }

0 commit comments

Comments
 (0)