From f184586c85a60a4ac617ac8d61a476abd8539b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:42:06 +0000 Subject: [PATCH] fix(deps): update rust crate sqlx to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ea54b4..85c095a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ eyre = "0.6.12" pathfinding = "4.9.1" rand = "0.10.0" serde = { version = "1.0.197", features = ["derive"] } -sqlx = { version = "0.8.3", features = ["runtime-tokio-rustls", "mysql", "macros", "any"] } +sqlx = { version = "0.9.0", features = ["runtime-tokio-rustls", "mysql", "macros", "any"] } tokio = { version = "1.36.0", features = ["full"] } toml = "1.0.0" tracing = "0.1.40"