bump proxmox-openid to 0.10.4-1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2025-04-04 15:41:08 +02:00
parent 6f5fefecc0
commit 56763c1184
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-openid"
description = "base for openid authentication in proxmox products"
version = "0.10.3"
version = "0.10.4"
exclude = [ "build", "debian" ]

View File

@ -1,3 +1,11 @@
rust-proxmox-openid (0.10.4-1) bookworm; urgency=medium
* fix #4411: openid: add library code for generic id token claim support
* fix #4234: openid: add library functions for optional userinfo endpoint
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Apr 2025 15:40:45 +0200
rust-proxmox-openid (0.10.3-1) bookworm; urgency=medium
* drop unused dependency on url