From 6c73370bba32a7fee0e98d97cba68f10f858bcda Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 8 Feb 2024 21:40:58 -0500 Subject: [PATCH] lower thiserror req --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cab761e0..203ae7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ sha1 = "0.10" sha2 = "0.10" siphasher = ">=0.3, <2.0" text-diff = "0.4" -thiserror = "1.0.56" +thiserror = "1.0.50" time = "0.3" tokio = "1.29" url = "2.4"