Skip to content

Commit

Permalink
build(deps): bump tonic from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.1...v0.12.2)

---
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 Aug 27, 2024
1 parent 7a901b7 commit 947b76e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.1"
tonic = "0.12.2"

# Optional dependencies
axum = "0.7.5"
Expand All @@ -32,7 +32,7 @@ serde = { workspace = true, optional = true }
anyhow = "1.0.86"
rsjudge-utils.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process"] }
tonic-build = "0.12.1"
tonic-build = "0.12.2"

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

0 comments on commit 947b76e

Please sign in to comment.