From 8380769504720536836d684cf28b4a4a56193f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:15:13 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.29 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.29...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 62b4d41be..6c17e38bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ serde_yaml = "0.9.19" syn = "2.0.38" tame-oauth = "0.10.0" tempfile = "3.1.0" -thiserror = "1.0.29" +thiserror = "2.0.3" tokio = "1.14.0" tokio-test = "0.4.0" tokio-tungstenite = "0.24.0"