mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 05:19:25 +00:00
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:
parent
f3ddce5297
commit
cf18776173
@ -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
4
debian/control
vendored
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user