From bca9de30764d8145600e4bcd98a3873bf01e2e6c Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 27 Dec 2024 01:22:09 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/contractor/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/contractor/Cargo.toml b/crates/contractor/Cargo.toml index f4ba504..6391ea0 100644 --- a/crates/contractor/Cargo.toml +++ b/crates/contractor/Cargo.toml @@ -13,13 +13,13 @@ dotenv.workspace = true axum.workspace = true 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"] } -tower-http = { version = "0.5.2", features = ["cors", "trace"] } +tower-http = { version = "0.6.0", features = ["cors", "trace"] } futures = "0.3.30" reqwest = {version = "0.12.4", default-features = false, features = ["json", "rustls-tls"]} itertools = "0.13.0" regex = "1.10.4" serde_json = "1.0.117" -dagger-sdk = "0.9.8" -backon = "0.4.4" +dagger-sdk = "0.13.0" +backon = "1.0.0"