mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 01:46:16 +00:00
bump version to 0.9.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3531729921
commit
1ab70b8c21
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-openid"
|
name = "proxmox-openid"
|
||||||
version = "0.9.2"
|
version = "0.9.3"
|
||||||
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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 <support@proxmox.com> Tue, 01 Feb 2022 09:08:31 +0100
|
||||||
|
|
||||||
rust-proxmox-openid (0.9.2-1) stable; urgency=medium
|
rust-proxmox-openid (0.9.2-1) stable; urgency=medium
|
||||||
|
|
||||||
* depend on proxmox-sys 0.2
|
* depend on proxmox-sys 0.2
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -51,8 +51,8 @@ Provides:
|
|||||||
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-openid-0.9-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-openid-0.9.2-dev (= ${binary:Version}),
|
librust-proxmox-openid-0.9.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-openid-0.9.2+default-dev (= ${binary:Version})
|
librust-proxmox-openid-0.9.3+default-dev (= ${binary:Version})
|
||||||
Description: Rust crate "proxmox-openid" - Rust source code
|
Description: Rust crate "proxmox-openid" - Rust source code
|
||||||
This package contains the source for the Rust proxmox-openid crate, packaged by
|
This package contains the source for the Rust proxmox-openid crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user