Skip to content

Commit 47b3cd6

Browse files
build(deps): bump tonic-build from 0.11.0 to 0.12.1
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.1. - [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.1) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40fa9a2 commit 47b3cd6

File tree

3 files changed

+39
-16
lines changed

3 files changed

+39
-16
lines changed

Cargo.lock

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

src/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ version = "0.11.0"
5858
version = "0.12.4"
5959

6060
[build-dependencies.tonic-build]
61-
version = "0.11.0"
61+
version = "0.12.1"
6262

6363
[build-dependencies.glob]
6464
version = "0.3.1"

src/gpt_answer_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ version = "0.2.12"
5252
version = "0.1"
5353

5454
[build-dependencies.tonic-build]
55-
version = "0.11.0"
55+
version = "0.12.1"
5656

5757
[lib]
5858
path = "src/lib.rs"

0 commit comments

Comments
 (0)