From 330eb33e2781cf9f4689af3a6b706d86896cdff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:05:42 -0500 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.50 to 2.0.0 (#14) 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.50...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 069713a..3d71c13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ nutype = { version = "0.5.0", features = ["serde"] } reqwest = { version = "0.12.0", default-features = false, features = ["json"] } serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" -thiserror = "1.0.50" +thiserror = "2.0.0" [dev-dependencies] oauth2 = { version = "4.4.2", default-features = false, features = [