From dd59ad71f72977679f04da6953ed23cbee1c7fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:26:55 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.29 to 2.0.4 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...2.0.4) --- 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 4fc67162..7ef58663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ md5 = "0.7.0" socket2 = { version = "0.5", features = ["all"] } bytes = "1" static_assertions = "1.1" -thiserror = "1.0.29" +thiserror = "2.0.4" # cdr-encoding = { version="0.10" , path = "../cdr-encoding"} cdr-encoding = { version="0.10" } cdr-encoding-size = { version="^0.5" }