From 6e3d6d4156a40cfaf7598d412ceb344a03261f21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:40:10 +0000 Subject: [PATCH] chore(deps): Update Rust crate thiserror to v2 --- crates/engarde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/engarde/Cargo.toml b/crates/engarde/Cargo.toml index 3b56eb15..106d2cbc 100644 --- a/crates/engarde/Cargo.toml +++ b/crates/engarde/Cargo.toml @@ -37,7 +37,7 @@ default-features = false features = ["parsing", "regex-fancy", "default-syntaxes", "default-themes", "html", "dump-load", "yaml-load"] [target.'cfg(any())'.dependencies] -thiserror = "1.0.2" # HACK: bad minimal dep in syntect +thiserror = "2.0.0" # HACK: bad minimal dep in syntect [lints] workspace = true