From 17ff1d74330f8b50db6252b4cce2cd69d39d2052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:44:42 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.8.1 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8fa9bb..76e1542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ description = "Quilt packaging server in Rust" [dependencies] poem = "3.0.0" poem-openapi = { version = "5.0.0", features = ["url", "swagger-ui"] } -sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite"] } +sqlx = { version = "0.8.1", features = ["runtime-tokio-rustls", "sqlite"] } tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } tokio-stream = "0.1.15"