From 6d231b713bde823d501178544797db03abdb3358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:58:21 +0000 Subject: [PATCH] Update thiserror requirement from 1.0 to 2.0 --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index b984468..781142a 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" attohttpc = "0.28" marksman_escape = "0.1" regex = "1.0" -thiserror = "1.0" +thiserror = "2.0" [dependencies.clap] version = "4.0"