diff --git a/Cargo.toml b/Cargo.toml index cc0105ba..12ea041c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.0" +version = "0.9.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index dc80a77a..8194f83b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-openid (0.9.1-1) unstable; urgency=medium + + * rebuild with openidconnect 0.2.1 + + -- Proxmox Support Team Thu, 18 Nov 2021 12:54:24 +0100 + rust-proxmox-openid (0.9.0-1) unstable; urgency=medium * allow to configure used scopes diff --git a/debian/control b/debian/control index 69047ab1..ba51c871 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12), librust-curl-0.4+default-dev (>= 0.4.33-~~) , librust-http-0.2+default-dev , librust-nix-0.19+default-dev (>= 0.19.1-~~) , - librust-openidconnect-2+curl-dev , + librust-openidconnect-2+curl-dev (>= 2.1-~~) , librust-proxmox-0.15+default-dev , librust-proxmox-time-1+default-dev , librust-serde-1+default-dev , @@ -32,7 +32,7 @@ Depends: librust-curl-0.4+default-dev (>= 0.4.33-~~), librust-http-0.2+default-dev, librust-nix-0.19+default-dev (>= 0.19.1-~~), - librust-openidconnect-2+curl-dev, + librust-openidconnect-2+curl-dev (>= 2.1-~~), librust-proxmox-0.15+default-dev, librust-proxmox-time-1+default-dev, librust-serde-1+default-dev, @@ -45,8 +45,8 @@ Provides: librust-proxmox-openid-0+default-dev (= ${binary:Version}), librust-proxmox-openid-0.9-dev (= ${binary:Version}), librust-proxmox-openid-0.9+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.0-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.0+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.9.1-dev (= ${binary:Version}), + librust-proxmox-openid-0.9.1+default-dev (= ${binary:Version}) Description: Rust crate "proxmox-openid" - Rust source code This package contains the source for the Rust proxmox-openid crate, packaged by debcargo for use with cargo and dh-cargo.