1 Commits

Author SHA1 Message Date
18264ae65f chore(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-01-07 01:23:50 +00:00
3 changed files with 317 additions and 321 deletions

634
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,4 +11,4 @@ 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" }

View File

@@ -21,5 +21,5 @@ reqwest = {version = "0.12.4", default-features = false, features = ["json", "ru
itertools = "0.14.0" itertools = "0.14.0"
regex = "1.10.4" regex = "1.10.4"
serde_json = "1.0.117" serde_json = "1.0.117"
dagger-sdk = "0.18.0" dagger-sdk = "0.13.0"
backon = "1.0.0" backon = "1.0.0"