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"