From 6e33e8eb15085bd0e63dc0d14c1184aa73bb6119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:16:28 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1 to 2 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.0...1.0.69) --- 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 ccbb766e0f..bc569e3dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ bytes = { version = "1" } chrono = { version = ">0.4.34", default-features = false, features = ["clock"] } tracing = { version = "0.1", features = ["log"] } regex = { version = "1" } -thiserror = { version = "1" } +thiserror = { version = "2" } url = { version = "2" } urlencoding = "2.1.3" uuid = { version = "1" }