From 9b9a2105596faafd31a596fa22ab6a9caab68bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:51:42 +0000 Subject: [PATCH] Update Rust crate sqlx from =0.8.6 to =0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7021de9..95ca40f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Eir Nym "] repository = "https://github.com/eirtools/sqlgrep" [dependencies] -sqlx = { version = "=0.8.6", features = [ +sqlx = { version = "=0.9.0", features = [ "runtime-tokio-native-tls", "sqlite", "chrono",