From 57f8027d099fe5d1c777d44184c40677cd122a4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:43:02 +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 a687a95..4039a44 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",