From 4fad9861528b81cdcbb4f3b83d051c2fb4f48f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:50:04 +0000 Subject: [PATCH] chore(deps): Update thiserror requirement from 1.0.56 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.56...2.0.8) --- 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 f21a91a..fc9d986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-core = { version = "0.3.30" } reqwest = { version = "0.12.4", features = ["json"]} serde = { version = "1.0.195", features = ["derive"] } serde_json = { version = "1.0.111" } -thiserror = { version = "1.0.56" } +thiserror = { version = "2.0.8" } time = { version = "0.3.36", features = ["macros", "parsing", "formatting"] } tracing = { version = "0.1.40" } url = { version = "2.5.0" }