cargo: enable "accept-rfc3339-timestamps" feature for OIDC

It doesn't pull in any new dependency and we require it to be able to
work with the auth0 provider.
https://github.com/ramosbugs/openidconnect-rs/pull/55#issuecomment-1026567725

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-01 09:03:56 +01:00
parent f3ddce5297
commit cf18776173
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ path = "src/lib.rs"
anyhow = "1.0" anyhow = "1.0"
http = "0.2" http = "0.2"
nix = "0.19.1" nix = "0.19.1"
openidconnect = { version = "2.2", default-features = false, features = [] } openidconnect = { version = "2.2", default-features = false, features = ["accept-rfc3339-timestamps"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
thiserror="1.0" thiserror="1.0"

4
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
librust-anyhow-1+default-dev <!nocheck>, librust-anyhow-1+default-dev <!nocheck>,
librust-http-0.2+default-dev <!nocheck>, librust-http-0.2+default-dev <!nocheck>,
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>, librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
librust-openidconnect-2-dev (>= 2.2-~~) <!nocheck>, librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~) <!nocheck>,
librust-proxmox-sys-0.2+default-dev <!nocheck>, librust-proxmox-sys-0.2+default-dev <!nocheck>,
librust-proxmox-time-1+default-dev <!nocheck>, librust-proxmox-time-1+default-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>, librust-serde-1+default-dev <!nocheck>,
@ -33,7 +33,7 @@ Depends:
librust-anyhow-1+default-dev, librust-anyhow-1+default-dev,
librust-http-0.2+default-dev, librust-http-0.2+default-dev,
librust-nix-0.19+default-dev (>= 0.19.1-~~), librust-nix-0.19+default-dev (>= 0.19.1-~~),
librust-openidconnect-2-dev (>= 2.2-~~), librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~),
librust-proxmox-sys-0.2+default-dev, librust-proxmox-sys-0.2+default-dev,
librust-proxmox-time-1+default-dev, librust-proxmox-time-1+default-dev,
librust-serde-1+default-dev, librust-serde-1+default-dev,