From ce7f1f1a89ba256cb1fe9f4d2185d4875c807ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:34:17 +0000 Subject: [PATCH] Update Rust crate sqlparser from =0.61.0 to =0.62.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e2cb69..8a8995d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ sqlx = { version = "=0.8.6", features = [ "chrono", ] } tokio = { version = "1.53.1", features = ["macros", "rt-multi-thread"] } -sqlparser = { version = "=0.61.0" } +sqlparser = { version = "=0.62.0" } chrono = { version = "=0.4.45", features = ["alloc"] } log = { version = "0.4.33" } futures = { version = "=0.3.34", features = ["async-await"] }