Skip to content

Commit 9ba451e

Browse files
dependabot[bot]Jisu-Woniu
authored andcommitted
build(deps): bump tonic-build from 0.12.0 to 0.12.1
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 290aaee commit 9ba451e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/rsjudge-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { workspace = true, optional = true }
3232
anyhow = "1.0.86"
3333
rsjudge-utils.workspace = true
3434
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process"] }
35-
tonic-build = "0.12.0"
35+
tonic-build = "0.12.1"
3636

3737
[features]
3838
serde = ["dep:serde"]

0 commit comments

Comments
 (0)