1 Commits

Author SHA1 Message Date
3e0532f249 fix(deps): update tokio-prost monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-19 00:08:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" } tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] } clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" } dotenv = { version = "0.15" }
axum = { version = "0.8" } axum = { version = "0.7" }
[workspace.package] [workspace.package]
version = "0.1.0" version = "0.1.0"

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"