From b53003cbaf5c1f8e451d0670216139c87604e2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:21:25 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.59 to 2.0.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.59...2.0.0) --- 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 cc52421..7403c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustls-tls = ["reqwest/rustls-tls"] reqwest = { version = "0.12.5", default-features = false, features = ["json"] } serde = { version = "1.0.199", features = ["derive"] } ecow = { version = "0.2.2", features = ["serde"] } -thiserror = { version = "1.0.59" } +thiserror = { version = "2.0.0" } maybe-async = { version = "0.2.10" } governor = "0.6.3" rand = "0.8.5"