From 8f11b0860d941a0b1fdcd340c323bbeef3287100 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 1 Jan 2025 01:24:49 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/contractor/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/contractor/Cargo.toml b/crates/contractor/Cargo.toml index f4ba504..3d4dcf2 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" +itertools = "0.14.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"