mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 16:35:26 +00:00
enable rfc3339 timestamps in oidc library for auth0
This commit is contained in:
parent
32f49b44b0
commit
2d975f275c
@ -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…
x
Reference in New Issue
Block a user