From e6703a5fe49ae97eaaeaa2957afff375799650fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:55:38 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.50 to 2.0.7 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.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef9a59e..3a45241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", optional = true } mime = "0.3.17" simd-json = { version = "0.13.4", optional = true } -thiserror = "1.0.50" +thiserror = "2.0.7" [features] anyhow_error = ["anyhow"] @@ -32,5 +32,5 @@ tracing = "0.1" anyhow = "1.0.75" tokio = { version = "1.34", features = ["full"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } -thiserror = "1.0.50" +thiserror = "2.0.7" axum-test = "15.0.1"