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"