From 16017f0a4a80a5f9917fc238662a2a024566e7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:40:31 +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 877cead93673..2f09a03cb95c 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.9" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2"