From 2be993b4900f5c79b8bd47506ed7d0ef590fd2ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:11:10 +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 5e2cb69..ea01728 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",