diff --git a/Cargo.toml b/Cargo.toml index fc839c21..a86ee1c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.6.1" +version = "0.7.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" @@ -21,6 +21,6 @@ serde_json = "1.0" url = "2.1" http = "0.2" curl = { version = "0.4.33" } -proxmox = { version = "0.12.0", default-features = false } +proxmox = { version = "0.13.0", default-features = false } nix = "0.19.1" openidconnect = { version = "2.0", default-features = false, features = ["curl"] } diff --git a/debian/changelog b/debian/changelog index 2e0baf4d..328dfe8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-openid (0.7.0-1) unstable; urgency=medium + + * bump proxmox to 0.13.0 + + -- Proxmox Support Team Tue, 24 Aug 2021 16:06:55 +0200 + rust-proxmox-openid (0.6.1-1) unstable; urgency=medium * depend on proxmox 0.12.0 diff --git a/debian/control b/debian/control index 297a1bbf..bee537a0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 12), librust-http-0.2+default-dev , librust-nix-0.19+default-dev (>= 0.19.1-~~) , librust-openidconnect-2+curl-dev , - librust-proxmox-0.12-dev , + librust-proxmox-0.13-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev , librust-serde-json-1+default-dev , @@ -32,7 +32,7 @@ Depends: librust-http-0.2+default-dev, librust-nix-0.19+default-dev (>= 0.19.1-~~), librust-openidconnect-2+curl-dev, - librust-proxmox-0.12-dev, + librust-proxmox-0.13-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev, @@ -41,10 +41,10 @@ Provides: librust-proxmox-openid+default-dev (= ${binary:Version}), librust-proxmox-openid-0-dev (= ${binary:Version}), librust-proxmox-openid-0+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.6-dev (= ${binary:Version}), - librust-proxmox-openid-0.6+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.6.1-dev (= ${binary:Version}), - librust-proxmox-openid-0.6.1+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.7-dev (= ${binary:Version}), + librust-proxmox-openid-0.7+default-dev (= ${binary:Version}), + librust-proxmox-openid-0.7.0-dev (= ${binary:Version}), + librust-proxmox-openid-0.7.0+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.