Skip to content

Commit f0345fa

Browse files
apognuctron
authored andcommitted
fix: support badly-formatted, non-compliant timestamps
Closes: #11
1 parent 5e03106 commit f0345fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ directories = "6"
3333
humantime = "2"
3434
log = "0.4"
3535
open = "5"
36-
openidconnect = "4"
36+
openidconnect = { version = "4", features = ["accept-rfc3339-timestamps"] }
3737
oauth2 = "5"
3838
pretty-hex = "0.4.1"
3939
reqwest = "0.12"

0 commit comments

Comments
 (0)