From 4dc3bb3f691c7f2b279f54113bd61472d03329d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:58:30 +0000 Subject: [PATCH] chore(deps): update sqlx requirement from 0.8.5 to 0.9.0 in /api Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.8.5...v0.9.0) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 114c5a0..fa8780d 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -11,4 +11,4 @@ reqwest = { version = "0.12.14", features = ["json"] } dotenvy = "0.15.7" actix-cors = "0.7.1" lazy_static = "1.5.0" -sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio", "chrono", "time"]} +sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "chrono", "time"]}