rebuild openidconnect with itertools 0.13

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-10-15 10:25:31 +02:00
parent 640a5872e8
commit c6a5a784de
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
rust-openidconnect (2.5.1-1~bpo12+pve3) proxmox-rust; urgency=medium
* Rebuild with itertools 0.13
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 15 Oct 2024 10:23:32 +0200
rust-openidconnect (2.5.1-1~bpo12+pve2) proxmox-rust; urgency=medium
* Rebuild with ring 0.17

View File

@ -2,6 +2,15 @@ Index: openidconnect/Cargo.toml
===================================================================
--- openidconnect.orig/Cargo.toml
+++ openidconnect/Cargo.toml
@@ -37,7 +37,7 @@ default-features = false
version = "0.2"
[dependencies.itertools]
-version = "0.10"
+version = "0.13"
[dependencies.log]
version = "0.4"
@@ -53,7 +53,7 @@ default-features = false
version = "0.8"