From 7363a60b481cc5ee27a9c2f51044752a73f1db86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:24:33 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.29 to 2.0.1 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.1) --- 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 7393e2a4..635dbebd 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.1" # cdr-encoding = { version="0.10" , path = "../cdr-encoding"} cdr-encoding = { version="0.10" } cdr-encoding-size = { version="^0.5" }