mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
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>
14 lines
230 B
TOML
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"
|