From 9801258457fe2491601fb2b0cef74c5dc04e4bd1 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 21:00:54 +0200 Subject: [PATCH] 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 3b4f6a3..f66e510 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rustls = { version = "0.23.42", default-features = false, features = [ "aws-lc-rs", "prefer-post-quantum", ] } -sqlx = { version = "0.8.6", features = ["mysql", "runtime-tokio", "migrate"] } +sqlx = { version = "0.9.0", features = ["mysql", "runtime-tokio", "migrate"] } strum = "0.28.0" strum_macros = "0.28.0" tokio = { version = "*", features = ["full"] }