chore(deps): update tokio-prost monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Kasper Juul Hermansen 2025-06-19 00:38:10 +00:00
parent 489b30e028
commit c92cfc8281

View File

@ -19,6 +19,6 @@ nodrift = { version = "0.2.0" }
async-trait = "0.1" async-trait = "0.1"
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
bytes = "1.7.1" bytes = "1.7.1"
prost = "0.13.1" prost = "0.14.0"
prost-types = "0.13.1" prost-types = "0.14.0"
uuid = { version = "1.7.0", features = ["v4", "v7"] } uuid = { version = "1.7.0", features = ["v4", "v7"] }