4 Commits

Author SHA1 Message Date
4faa19296f fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-12 01:48:53 +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
c6f00031be chore(deps): update rust crate tracing-subscriber to v0.3.20 2025-11-13 02:21:54 +00:00
2 changed files with 397 additions and 219 deletions

610
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.18.0"
rand = "0.9.0"
notmad = "0.7.0"
dagger-sdk = "0.20.0"
rand = "0.10.0"
notmad = "0.11.0"
prometheus = "0.14.0"
[dev-dependencies]