From d8fa4ebcd7e1d0220e831c4c0c9215bea748bf6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:05:24 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1 to 2 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- connector_arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_arrow/Cargo.toml b/connector_arrow/Cargo.toml index 869637a..006d128 100644 --- a/connector_arrow/Cargo.toml +++ b/connector_arrow/Cargo.toml @@ -16,7 +16,7 @@ name = "connector_arrow" [dependencies] itertools = "0.13" log = "0.4" -thiserror = "1" +thiserror = "2" chrono = "0.4" serde_json = "1"