From e2202b10392bef5a788facba714ba5c32db48398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:31:58 +0000 Subject: [PATCH] Update sqlx requirement from 0.8 to 0.9 in /game-library-service 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.0...v0.9.0) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- game-library-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-library-service/Cargo.toml b/game-library-service/Cargo.toml index 471bab2..11e8529 100644 --- a/game-library-service/Cargo.toml +++ b/game-library-service/Cargo.toml @@ -30,7 +30,7 @@ rust-s3 = "0.37" semver = "1" serde = { version = "1", features = ["derive"] } sha2 = "0.10.8" -sqlx = { version = "0.8", features = ["macros", "migrate", "runtime-tokio", "sqlite"] } +sqlx = { version = "0.9", features = ["macros", "migrate", "runtime-tokio", "sqlite"] } sxd-document = "0.3" sxd-xpath = "0.4" thiserror = "2.0"