From 726cf72a77a76ef4da4514a2cbf344f4afcb5b0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:13:20 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd5a6c27c..c7d4f5fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tracing = ["dep:tracing"] [dependencies] tracing = { version = "0.1", optional = true } once_cell = "1" -thiserror = "1.0" +thiserror = "2.0" http = "1.1" raw-window-handle = { version = "0.6", features = ["std"] } dpi = "0.1"