From 6f3f509a070181b1aaaf0bc61d14df10e279c795 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Mar 2025 00:03:41 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e86df78..6d252f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" symphonia = { version = "0.5.2", features=["all", "opt-simd"] } songbird = { version = "0.4.0", features = ["driver", "gateway", "twilight", "rustls", "builtin-queue"] } tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" } -sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] } +sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] } regex = { version = "1", features = ["unicode-case"] } futures = "0.3" reqwest = "0.11"