From 74c7c536218937ba582c93f30520eddeb18ccc7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:51:05 +0000 Subject: [PATCH] build(rust): bump thiserror from 1.0.69 to 2.0.12 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- connectorx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41ef8c7262..c1e2d05768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ "serde", "serde_json", "sqlparser 0.37.0", - "thiserror 1.0.69", + "thiserror 2.0.12", "tiberius", "tokio", "tokio-util 0.7.15", diff --git a/connectorx/Cargo.toml b/connectorx/Cargo.toml index 66d456e115..4df539891f 100644 --- a/connectorx/Cargo.toml +++ b/connectorx/Cargo.toml @@ -16,7 +16,7 @@ itertools = "0.14" log = "0.4" rayon = "1" sqlparser = "0.37" -thiserror = "1" +thiserror = "2" url = "2" owning_ref = "0.4" serde_json = "1"