chore(deps): bump tonic-build from 0.12.2 to 0.13.1

Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.2 to 0.13.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/tonic/compare/v0.12.2...v0.13.1)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-12 01:48:43 +00:00 committed by GitHub
parent 38508c2d68
commit a57671e8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1034,13 +1034,14 @@ dependencies = [
[[package]]
name = "tonic-build"
version = "0.12.2"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67"
checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847"
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"prost-types",
"quote",
"syn",
]

View File

@ -19,4 +19,4 @@ serde = { version = "1.0", features = ["derive"] }
prost-wkt-types = "0.6"
[build-dependencies]
tonic-build = "0.12.1"
tonic-build = "0.13.1"