mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-08-13 08:52:44 +00:00
rebuild openidconnect with itertools 0.13
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
640a5872e8
commit
c6a5a784de
@ -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
|
rust-openidconnect (2.5.1-1~bpo12+pve2) proxmox-rust; urgency=medium
|
||||||
|
|
||||||
* Rebuild with ring 0.17
|
* Rebuild with ring 0.17
|
||||||
|
@ -2,6 +2,15 @@ Index: openidconnect/Cargo.toml
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- openidconnect.orig/Cargo.toml
|
--- openidconnect.orig/Cargo.toml
|
||||||
+++ openidconnect/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
|
@@ -53,7 +53,7 @@ default-features = false
|
||||||
version = "0.8"
|
version = "0.8"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user