From 16232a37ad4637c1b760e9195d73e542fc68f292 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:28:40 -0800 Subject: [PATCH] chore: Update `thiserror` to 2.x --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d19373b..ba584e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,7 +191,7 @@ itertools = "0.13.0" cargo-manifest = "0.15.0" typed-builder = "0.20.0" rand = "0.8.5" -thiserror = "1.0.61" +thiserror = "2.0.0" [package.metadata.docs.rs] # Have docs.rs pass `--all-features` to ensure all features have their documentation built.