Skip to content

Commit

Permalink
build(deps): bump tonic from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [tonic](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jisu-Woniu committed Jul 25, 2024
1 parent ca3cc08 commit 290aaee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rsjudge-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ prost = "0.13.1"
prost-types = "0.13.1"
tokio = { workspace = true, features = ["net"] }
tokio-stream = "0.1.15"
tonic = "0.12.0"
tonic = "0.12.1"

# Optional dependencies
axum = "0.7.5"
Expand Down

0 comments on commit 290aaee

Please sign in to comment.