From 16f19bd88748dae38b76a294ec0308eb77bc4ed0 Mon Sep 17 00:00:00 2001 From: Antoine Popineau Date: Fri, 19 Sep 2025 18:52:52 +0200 Subject: [PATCH] fix: support badly-formatted, non-compliant timestamps Closes: #11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc9fbac..bd4f7d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ directories = "6" humantime = "2" log = "0.4" open = "5" -openidconnect = "4" +openidconnect = { version = "4", features = ["accept-rfc3339-timestamps"] } oauth2 = "5" pretty-hex = "0.4.1" reqwest = "0.12"