From cbec53ba15bb474c54357b877ec4fab846b49133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:58:37 +0000 Subject: [PATCH] build(deps): update sqlx requirement from 0.7.2 to 0.9.0 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.7.2...v0.9.0) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3784103..a951c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ bytes = "1.5.0" chrono = "0.4.31" [dependencies.sqlx] -version = "0.7.2" +version = "0.9.0" features = ["runtime-tokio","tls-rustls", "postgres", "macros", "migrate", "json", "chrono"] \ No newline at end of file