From 589e72af624a72624d6cbefd1339982f2dfce400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 06:30:13 +0000 Subject: [PATCH] chore(deps): Update thiserror requirement from 1.0.40 to 2.0.12 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.40...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 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 09a9775..fb7470f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ openssl = "0.10.54" phf = {version = "0.11.1", features = ["macros", "serde"]} serde = {version = "1.0", features = ["derive"]} serde_json = {version = "1.0.93", features = ["raw_value"]} -thiserror = "1.0.40" +thiserror = "2.0.12"