From 7f59db33d8add072b0319048229f4a1267eb320b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 19:19:08 +0000 Subject: [PATCH] chore(deps): update sqlx-core requirement from 0.8.2 to 0.9.0 Updates the requirements on [sqlx-core](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.2...v0.9.0) --- updated-dependencies: - dependency-name: sqlx-core 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 16a9627..00d2307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ postgres-types = { version = "0.2", optional = true } diesel = { version = "2.2", optional = true } # sqlx -sqlx-core = { version = "0.8.2", optional = true } +sqlx-core = { version = "0.9.0", optional = true } # borsh borsh = { version = "1.5", optional = true, default-features = false }