commit 070ca2fc1a8cfbf0a7ec9193ed4511a778ae4b98
parent 4aca6b849b79bea1b176da7b3d61c2be8cc03653
Author: Eric Scouten <scouten@adobe.com>
Date: Tue, 4 Apr 2023 20:43:47 -0400
Update thiserror to 1.0.40 in /sdk (#223)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -80,7 +80,7 @@ serde_json = "1.0.66"
serde-transcode = "1.1.1"
sha2 = "0.10.2"
tempfile = "3.1.0"
-thiserror = ">= 1.0.20, < 1.0.38"
+thiserror = "1.0.40"
treeline = "0.1.0"
twoway = "0.2.1"
url = "2.2.2"