From 5faaf701ab3c355193a2f17d11c556f7cec91605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:03:52 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.48 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.48...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 00fa3ef..f56ca6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "^1.0.25" serde_urlencoded = "~0.7" url = "^2.1" bytes = "1.5.0" -thiserror = "1.0.48" +thiserror = "2.0.0" async-trait = "0.1.73" chrono = { version = "0.4.31", default-features = false, features = [ "clock",