mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
enable rfc3339 timestamps in oidc library for auth0
This commit is contained in:
parent
76e30cf165
commit
de56f571c7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ crate-type = ["staticlib","rlib"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openidconnect = { version = "2.2", default-features = false, features = ["reqwest", "native-tls"] }
|
openidconnect = { version = "2.2", default-features = false, features = ["reqwest", "native-tls", "accept-rfc3339-timestamps"] }
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue