From 1780d640d59c0796450ce253a0062019ace9e433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:13:57 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8f6d55f199..4137087f72 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0" authors = ["zzzgydi", "keiko233"] [workspace.dependencies] -thiserror = "1" +thiserror = "2" tracing = "0.1" boa_engine = { version = "0.19.1" }