From cf921a0fa0657e01c2957dd74daf6c2cb08534ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:03:11 +0000 Subject: [PATCH] chore(deps): 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5405c9d5..9bcc729a3 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", ] }