fix(deps): update all dependencies

This commit is contained in:
2025-03-27 08:41:47 +00:00
parent 489b30e028
commit 156beaf0f7
3 changed files with 197 additions and 71 deletions

View File

@@ -27,10 +27,10 @@ prost.workspace = true
prost-types.workspace = true
chrono = { version = "0.4.38", features = ["serde"] }
tokio-stream = "0.1.15"
dagger-sdk = "0.13.0"
rand = "0.8.5"
notmad = "0.5.0"
prometheus = "0.13.4"
dagger-sdk = "0.17.0"
rand = "0.9.0"
notmad = "0.7.0"
prometheus = "0.14.0"
[dev-dependencies]
tracing-test = { version = "0.2.5" } #, features = ["no-env-filter"] }