1 Commits

Author SHA1 Message Date
a6c1b934cd fix(deps): update rust crate serde to v1.0.217
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-01-30 06:10:11 +00:00
3 changed files with 239 additions and 248 deletions

477
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }
nodrift = { version = "0.3.0" }
nodrift = { version = "0.2.0" }
async-trait = "0.1"
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
bytes = "1.7.1"

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.19.0"
rand = "0.9.0"
notmad = "0.10.0"
prometheus = "0.14.0"
dagger-sdk = "0.13.0"
rand = "0.8.5"
notmad = "0.5.0"
prometheus = "0.13.4"
[dev-dependencies]
tracing-test = { version = "0.2.5" } #, features = ["no-env-filter"] }