From b81d4e1cd95548004924f1c267e5c63d953d9b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:33:17 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.63 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.63...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cde76db..864f93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,12 +63,12 @@ tinytemplate = { version = "*", optional = true, path = "tmpls/tinytemplate", pa ahash = { version = "0.8.11", features = ["no-rng"] } criterion = { version = "0.5.1", features = ["html_reports"] } pretty-error-debug = "0.3.0" -thiserror = "1.0.63" +thiserror = "2.0.3" [build-dependencies] pretty-error-debug = "0.3.0" self_cell = "1.0.4" -thiserror = "1.0.63" +thiserror = "2.0.3" [[bench]] name = "template-benchmark"