diff --git a/Cargo.toml b/Cargo.toml index e1c2a8e2..2410ac5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.8" +version = "0.9.9" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 525c2ef0..21341cea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-openid (0.9.9-1) stable; urgency=medium + + * update openidconnect to 2.4 + + -- Proxmox Support Team Wed, 11 Jan 2023 18:41:25 +0100 + rust-proxmox-openid (0.9.8-1) stable; urgency=medium * update nix to 0.26 diff --git a/debian/control b/debian/control index 98489e5e..4c5e7c5e 100644 --- a/debian/control +++ b/debian/control @@ -54,8 +54,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.8-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.8+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.9.9-dev (= ${binary:Version}), + librust-proxmox-openid-0.9.9+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.