chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2025-01-08 01:21:30 +00:00
parent 4fe3cd652b
commit bada8f8f46
3 changed files with 273 additions and 303 deletions

564
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.7" } axum = { version = "0.8" }

View File

@ -13,13 +13,13 @@ dotenv.workspace = true
axum.workspace = true axum.workspace = true
serde = { version = "1.0.202", features = ["derive"] } serde = { version = "1.0.202", features = ["derive"] }
sqlx = { version = "0.7.4", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] } sqlx = { version = "0.8.0", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] }
uuid = { version = "1.8.0", features = ["v4"] } uuid = { version = "1.8.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] } tower-http = { version = "0.6.0", features = ["cors", "trace"] }
futures = "0.3.30" futures = "0.3.30"
reqwest = {version = "0.12.4", default-features = false, features = ["json", "rustls-tls"]} reqwest = {version = "0.12.4", default-features = false, features = ["json", "rustls-tls"]}
itertools = "0.13.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.9.8" dagger-sdk = "0.15.0"
backon = "0.4.4" backon = "1.0.0"