mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-03 19:03:48 +00:00
cargo: update openidconnect to 2.4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
093afb985f
commit
2f4254b414
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
||||
anyhow = "1.0"
|
||||
http = "0.2"
|
||||
nix = "0.26"
|
||||
openidconnect = { version = "2.2", default-features = false, features = ["accept-rfc3339-timestamps"] }
|
||||
openidconnect = { version = "2.4", default-features = false, features = ["accept-rfc3339-timestamps"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror="1.0"
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-http-0.2+default-dev <!nocheck>,
|
||||
librust-native-tls-0.2+default-dev <!nocheck>,
|
||||
librust-nix-0.26+default-dev <!nocheck>,
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~) <!nocheck>,
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.4-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.4+default-dev <!nocheck>,
|
||||
librust-proxmox-sys-0.4+timer-dev <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev <!nocheck>,
|
||||
@ -37,7 +37,7 @@ Depends:
|
||||
librust-http-0.2+default-dev,
|
||||
librust-native-tls-0.2+default-dev,
|
||||
librust-nix-0.26+default-dev,
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~),
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.4-~~),
|
||||
librust-proxmox-sys-0.4+default-dev,
|
||||
librust-proxmox-sys-0.4+timer-dev,
|
||||
librust-proxmox-time-1+default-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user