From 2bfa47e1675116c1fd86cfdf31cb105fa36ab54e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 3 Feb 2022 08:48:12 +0100 Subject: [PATCH] pve-rs: bump version to 0.5.1 Signed-off-by: Thomas Lamprecht --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 7c63dd03..a05ba6c9 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.5.0" +version = "0.5.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 2f74e755..99b2a89d 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,12 @@ +libpve-rs-perl (0.5.1) bullseye; urgency=medium + + * update OpenID Connect dependency, avoiding linking with curl and all its + dependencies and fixing compatibillity with auth0, a commercial identiy + service provider that uses a non-standard conform timestamp in their + responses. + + -- Proxmox Support Team Thu, 03 Feb 2022 08:47:39 +0100 + libpve-rs-perl (0.5.0) bullseye; urgency=medium * pve-rs: add perlmod for CalendarEvent