Skip to content

Commit bec7e34

Browse files
committed
Enable openidconnect-rs feature to support non-compliant timestamps.
1 parent 5e03106 commit bec7e34

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)