From 87b4fad9b9c708f88f1084b796dcfeaa97633f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Wed, 13 Nov 2024 19:24:49 +0100 Subject: [PATCH] Update the thiserror dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45a96dc..36b3372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ benchmark = ["criterion"] [dependencies] base64ct = { version = "1.6.0", default-features = false, features = ["std"] } getrandom = { version = "0.2.12", default-features = false } -thiserror = { version = "1.0.57", default-features = false } +thiserror = { version = "2.0.3", default-features = false } # chacha feature: # - XChaCha20Poly1305WithBlake3