fix(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:08:59 +00:00
parent 06a9dd10e1
commit 3e0532f249

View File

@ -20,8 +20,8 @@ tokio-util = "0.7.12"
async-trait = "0.1.83" async-trait = "0.1.83"
nodrift = "0.3.0" nodrift = "0.3.0"
rusqlite = { version = "0.32.1", features = ["bundled"] } rusqlite = { version = "0.32.1", features = ["bundled"] }
prost-types = "0.13.3" prost-types = "0.14.0"
prost = "0.13.3" prost = "0.14.0"
bytes = "1.8.0" bytes = "1.8.0"
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
toml = "0.8.19" toml = "0.8.19"