From 493f69b5d1fea6db05e76d0c78df592ce39de8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:40:42 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.44 to 2.0.9 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.44...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 448607257ca1..1795bc5c1ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ rstest = "0.23.0" serde_json = "1" sqlparser = { version = "0.51.0", features = ["visitor"] } tempfile = "3" -thiserror = "1.0.44" +thiserror = "2.0.9" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2"