From 02f73dbe95bc7d7ac1cfa83d22bdda1b56d16863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:16:05 +0000 Subject: [PATCH] Update thiserror requirement from 1.0 to 2.0 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.0...1.0.68) --- 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 76e4aba..ff41fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio-util = "0.7.4" tokio-stream = "0.1.11" futures = "0.3.4" futures-util = "0.3.4" -thiserror = "1.0" +thiserror = "2.0" bytes = "1.0" rand = "0.8" sha-1 = "0.10"