From 8f09d28f567f8c391de2f63be8ddb87eddb8b815 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:36:25 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- sql-insight/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-insight/Cargo.toml b/sql-insight/Cargo.toml index a34b096..e775e7b 100644 --- a/sql-insight/Cargo.toml +++ b/sql-insight/Cargo.toml @@ -23,6 +23,6 @@ path = "src/lib.rs" [dependencies] sqlparser = { version = "0.56.0", features = ["visitor"] } -thiserror = "1.0.56" +thiserror = "2.0.0"