From 83fe79e408000a2b9eba02d5a09c12c69f39723b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:18:07 +0000 Subject: [PATCH] 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 c221491..7432e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ cfg-if = "1.0" lock_api = { version = "0.4", optional = true } quork-proc = { version = "0.3", path = "quork-proc", optional = true } spin = { version = "0.9", optional = true } -thiserror = { version = "1.0" } +thiserror = { version = "2.0" } [target.'cfg(windows)'.dependencies] windows = { version = "0.58", features = [