From 438b17ac282f616aab066983ed9a7647473200f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:29:26 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.64 to 2.0.8 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.64...2.0.8) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- thirtyfour/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirtyfour/Cargo.toml b/thirtyfour/Cargo.toml index 6141097..362e68e 100644 --- a/thirtyfour/Cargo.toml +++ b/thirtyfour/Cargo.toml @@ -49,7 +49,7 @@ serde_json = { version = "1.0.132", features = ["preserve_order"] } serde_repr = "0.1.19" stringmatch = "0.4" thirtyfour-macros = { path = "../thirtyfour-macros", version = "0.2.0", optional = true } -thiserror = "1.0.64" +thiserror = "2.0.8" arc-swap = "1" tokio = { version = "1", features = [ "rt",