Skip to content

Commit 66ffa6c

Browse files
dependabot[bot]Jisu-Woniu
authored andcommitted
build(deps): bump the tonic group with 3 updates
Bumps the tonic group with 3 updates: [tonic](https://github.com/hyperium/tonic), [tonic-prost](https://github.com/hyperium/tonic) and [tonic-prost-build](https://github.com/hyperium/tonic). Updates `tonic` from 0.14.0 to 0.14.1 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.0...v0.14.1) Updates `tonic-prost` from 0.14.0 to 0.14.1 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.0...v0.14.1) Updates `tonic-prost-build` from 0.14.0 to 0.14.1 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tonic - dependency-name: tonic-prost dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tonic - dependency-name: tonic-prost-build dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tonic ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 042af3e commit 66ffa6c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ prost = "0.14.1"
2121
prost-types = "0.14.1"
2222
tokio = { workspace = true, features = ["net"] }
2323
tokio-stream = "0.1.17"
24-
tonic = "0.14.0"
25-
tonic-prost = "0.14.0"
24+
tonic = "0.14.1"
25+
tonic-prost = "0.14.1"
2626

2727
# Optional dependencies
2828
rsjudge-traits.workspace = true
@@ -32,7 +32,7 @@ serde = { workspace = true, optional = true }
3232
anyhow = "1.0.98"
3333
rsjudge-utils.workspace = true
3434
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process"] }
35-
tonic-prost-build = "0.14.0"
35+
tonic-prost-build = "0.14.1"
3636

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

0 commit comments

Comments
 (0)