From 44290f588fd4984c23c43d9996c6fe52c7e51843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:49:16 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.44 to 2.0.8 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.8) --- 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 877cead93673..1a7781bc27a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ rstest = "0.22.0" serde_json = "1" sqlparser = { version = "0.50.0", features = ["visitor"] } tempfile = "3" -thiserror = "1.0.44" +thiserror = "2.0.8" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2"