diff --git a/Cargo.toml b/Cargo.toml index d4e10373..97144bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.2" +version = "0.9.3" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index f00e008e..d3b63be2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +rust-proxmox-openid (0.9.3-1) stable; urgency=medium + + * use much simpler ureq (with native-tls) HTTP client instead of curl + + * enable "accept-rfc3339-timestamps" feature to fix support for some OIDC + providers like `auth0` + + -- Proxmox Support Team Tue, 01 Feb 2022 09:08:31 +0100 + rust-proxmox-openid (0.9.2-1) stable; urgency=medium * depend on proxmox-sys 0.2 diff --git a/debian/control b/debian/control index ddb9453c..2ff4540b 100644 --- a/debian/control +++ b/debian/control @@ -51,8 +51,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.2-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.2+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.9.3-dev (= ${binary:Version}), + librust-proxmox-openid-0.9.3+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.