From f28f78d99b18883d5af26bf5f79fd9a6ed895c4f Mon Sep 17 00:00:00 2001 From: Florian Uekermann Date: Sun, 10 Nov 2024 16:58:17 +0100 Subject: [PATCH] update thiserror --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cec88c5..fea5b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.22" log = "0.4.17" webpki-roots = "0.26" pem = "3.0.3" -thiserror = "1.0.31" +thiserror = "2" x509-parser = "0.16" chrono = { version = "0.4.24", default-features = false, features = ["clock"] } async-trait = "0.1.53"