chore(deps): update tonic monorepo to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Kasper Juul Hermansen 2025-03-25 23:45:28 +00:00
parent 6b2cc8925a
commit 713cf3adf1
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"