diff --git a/Cargo.toml b/Cargo.toml index 061d28f7..70265a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.5" +version = "0.9.6" authors = ["Dietmar Maurer "] 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" diff --git a/debian/changelog b/debian/changelog index 6c4b16bd..e12cf18e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index 3bc6a116..d2376895 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 12), 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 , @@ -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.