mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-12 03:00:52 +00:00
bump version to 0.9.6
for nix 0.24 rebuild Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
0afe853119
commit
0ec392e425
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-openid"
|
||||
version = "0.9.5"
|
||||
version = "0.9.6"
|
||||
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
@ -16,7 +16,7 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
http = "0.2"
|
||||
nix = "0.19.1"
|
||||
nix = "0.24"
|
||||
openidconnect = { version = "2.2", default-features = false, features = ["accept-rfc3339-timestamps"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
@ -26,4 +26,4 @@ native-tls = "0.2"
|
||||
url = "2.1"
|
||||
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = "0.2"
|
||||
proxmox-sys = "0.3"
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rust-proxmox-openid (0.9.6-1) stable; urgency=medium
|
||||
|
||||
* rebuild with nix 0.24 and proxmox-sys 0.3
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 2 Jun 2022 12:38:28 +0200
|
||||
|
||||
rust-proxmox-openid (0.9.5-1) stable; urgency=medium
|
||||
|
||||
* avoid chunked transfer-encoding when submitting to the provider's token
|
||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-http-0.2+default-dev <!nocheck>,
|
||||
librust-native-tls-0.2+default-dev <!nocheck>,
|
||||
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
|
||||
librust-nix-0.24+default-dev <!nocheck>,
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.2+default-dev <!nocheck>,
|
||||
librust-proxmox-sys-0.3+default-dev <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
@ -34,9 +34,9 @@ Depends:
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-http-0.2+default-dev,
|
||||
librust-native-tls-0.2+default-dev,
|
||||
librust-nix-0.19+default-dev (>= 0.19.1-~~),
|
||||
librust-nix-0.24+default-dev,
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~),
|
||||
librust-proxmox-sys-0.2+default-dev,
|
||||
librust-proxmox-sys-0.3+default-dev,
|
||||
librust-proxmox-time-1+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
@ -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.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.9.5+default-dev (= ${binary:Version})
|
||||
librust-proxmox-openid-0.9.6-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.9.6+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.
|
||||
|
Loading…
Reference in New Issue
Block a user