From e1e1687605603686ac5fd5deeb6aa8fecaf92494 Mon Sep 17 00:00:00 2001 From: ThetaBot Date: Sun, 10 Nov 2024 00:05:46 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 (#16) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ce2806..9b11b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ quick-js-dtp = { version = "0.4.1", default-features = false, features = [ once_cell = "1.12.0" regex = "1.6.0" fancy-regex = "0.14.0" -thiserror = "1.0.0" +thiserror = "2.0.0" url = "2.2.0" reqwest = { version = "0.12.0", default-features = false } tokio = "1.20.4"