From d89b14dc527fc3fb1f35d1ce485a4eab3b9cb22e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:46:10 +0000 Subject: [PATCH] fix(deps): update rust crate sqlx to 0.8.1 [security] --- Cargo.toml | 2 +- packages/apalis-sql/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]