3 Commits

Author SHA1 Message Date
06c11b63ca fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-14 01:58:39 +00:00
70ba5b10c7 chore(deps): update rust crate tracing to v0.1.44 2025-12-19 01:53:33 +00:00
3581bf1265 chore(deps): update tokio-tracing monorepo 2025-11-29 01:49:07 +00:00
2 changed files with 388 additions and 166 deletions

548
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,9 +27,9 @@ prost.workspace = true
prost-types.workspace = true
chrono = { version = "0.4.38", features = ["serde"] }
tokio-stream = "0.1.15"
dagger-sdk = "0.19.0"
rand = "0.9.0"
notmad = "0.8.0"
dagger-sdk = "0.20.0"
rand = "0.10.0"
notmad = "0.11.0"
prometheus = "0.14.0"
[dev-dependencies]