mirror of
https://git.proxmox.com/git/proxmox
synced 2025-11-01 13:48:57 +00:00
bump openidconnect dep to 2.1
for updated rand/base64 support Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
ea637eec28
commit
a3592355a1
@ -19,7 +19,7 @@ anyhow = "1.0"
|
||||
curl = { version = "0.4.33" }
|
||||
http = "0.2"
|
||||
nix = "0.19.1"
|
||||
openidconnect = { version = "2.0", default-features = false, features = ["curl"] }
|
||||
openidconnect = { version = "2.1", default-features = false, features = ["curl"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
url = "2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user