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

Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.2 to 0.14.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.14.1)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-version: 0.14.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-08-11 01:50:18 +00:00 committed by GitHub
parent 959325fec5
commit 42871c7019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1089,13 +1089,12 @@ dependencies = [
[[package]]
name = "tonic-build"
version = "0.12.2"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67"
checksum = "49e323d8bba3be30833707e36d046deabf10a35ae8ad3cae576943ea8933e25d"
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"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.14.1"