chore(deps): update tonic monorepo to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2025-06-03 03:27:46 +00:00
parent c57b1bc434
commit d1a7af3a25
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.13.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.13.0"