granc/echo-service/Cargo.toml
dependabot[bot] 913baa6c1e
chore(deps): bump tonic-prost from 0.14.2 to 0.14.3 (#40)
Bumps [tonic-prost](https://github.com/hyperium/tonic) from 0.14.2 to 0.14.3.
- [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.14.2...v0.14.3)

---
updated-dependencies:
- dependency-name: tonic-prost
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 09:49:19 +01:00

14 lines
230 B
TOML

[package]
name = "echo-service"
edition = { workspace = true }
publish = false
[dependencies]
bytes = "1"
prost = "0.14"
tonic = "0.14"
prost-types = "0.14"
tonic-prost = "0.14.3"
[build-dependencies]
tonic-prost-build = "0.14"