From 1090f9cbfeb88595fa1dbd4b744067c2e76cbe01 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 27 Dec 2024 08:09:45 +0900 Subject: [PATCH] Update to thiserror 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f87bfc4..0b5e6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ required-features = ["reqwest-blocking"] [dependencies] base64 = ">= 0.21, <0.23" -thiserror = "1.0" +thiserror = "2.0" http = "1.0" rand = "0.8" reqwest = { version = "0.12", optional = true, default-features = false }