Skip to content

Commit c506a04

Browse files
dependabot[bot]zk-steve
authored andcommitted
build(deps): bump prost from 0.12.3 to 0.12.4
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d4d49a commit c506a04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -52,7 +52,7 @@ features = ["env-filter"]
5252
version = "0.11.0"
5353

5454
[dependencies.prost]
55-
version = "0.12.3"
55+
version = "0.12.4"
5656

5757
[build-dependencies.tonic-build]
5858
version = "0.11.0"

src/gpt_answer_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "../common"
2222
version = "0.11.0"
2323

2424
[dependencies.prost]
25-
version = "0.12.3"
25+
version = "0.12.4"
2626

2727
[dependencies.serde]
2828
version = "1.0"

0 commit comments

Comments
 (0)