diff --git a/Cargo.toml b/Cargo.toml index 92c6df97..0ca3c985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ redis = { version = "0.25.3", default-features = false, features = [ ] } [dev-dependencies.sqlx] -version = "0.7.4" +version = "0.8.1" default-features = false features = ["chrono", "mysql", "sqlite", "postgres"] diff --git a/packages/apalis-sql/Cargo.toml b/packages/apalis-sql/Cargo.toml index a3f67f3e..e6e18b8f 100644 --- a/packages/apalis-sql/Cargo.toml +++ b/packages/apalis-sql/Cargo.toml @@ -19,7 +19,7 @@ async-std-comp = ["async-std", "sqlx/runtime-async-std-rustls"] tokio-comp = ["tokio", "sqlx/runtime-tokio-rustls"] [dependencies.sqlx] -version = "0.7.4" +version = "0.8.1" default-features = false features = ["chrono"]