From b8257f81bd6160200a04ae8082da180c3bc32478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:20:39 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.63 to 2.0.3 (#258) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c260464b..744e68c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ memchr = "2.7.4" pbkdf2 = { version = "0.12.2", optional = true } rand = { version = "0.8.5", optional = true } sha1 = { version = "0.10.6", optional = true } -thiserror = "1.0.63" +thiserror = "2.0.3" time = { workspace = true, optional = true, features = [ "std", ] }