From 87c5ccccd65aa9cf6f0567b7701bb76e0d4257cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:27:24 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.56 to 2.0.9 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.9) --- 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 d0db82b..60fbfe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["iseven", "is-even", "api", "silly-things"] reqwest = { version = "0.12.2", features = ["json", "blocking"] } serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } -thiserror = "1.0.56" +thiserror = "2.0.9" log = "0.4.20" # CLI dependencies