From 0d943f1cf5ca33ef91a6985981599aefb0c13101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:40:24 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.44 to 2.0.3 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...1.0.69) --- 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..bf8fee9a05be 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.3" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2"