chore(deps): update tonic monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
2026-02-16 04:32:41 +00:00
parent a3f8f1581c
commit 93c27a86d5
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
itertools = "0.14.0"
uuid = { version = "1.8.0", features = ["v4"] }
tonic = { version = "0.12.0", features = ["tls", "tls-roots"] }
tonic = { version = "0.14.0", features = ["tls", "tls-roots"] }
futures = { version = "0.3.30" }
sha2 = { version = "0.10.8" }
hex = { version = "0.4.3" }

View File

@@ -9,4 +9,4 @@ tonic.workspace = true
prost = "0.13.0"
[build-dependencies]
tonic-build = "0.12.0"
tonic-build = "0.14.0"