Skip to content

Commit b0070a4

Browse files
Bump tonic from 0.13.1 to 0.14.1
Bumps [tonic](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.1. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.13.1...v0.14.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2eda58a commit b0070a4

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontendservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ axum = "0.8.4"
1313
bytes = "1.10.1"
1414
prost = "0.13.5"
1515
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
16-
tonic = "0.13.1"
16+
tonic = "0.14.1"
1717
tower-http = { version = "0.6.2", features = ["trace"] }
1818
tracing = "0.1.40"
1919
tracing-subscriber = { version = "0.3.18", features = ["default", "env-filter"]}

quotationservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414
bytes = "1.10.1"
1515
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
1616
tokio-postgres = "0.7.13"
17-
tonic = "0.13.1"
17+
tonic = "0.14.1"
1818
tower = "0.5.2"
1919
tower-http = { version = "0.6.6", features = ["trace"] }
2020
tracing = "0.1.41"

0 commit comments

Comments
 (0)