diff --git a/proxmox-metrics/Cargo.toml b/proxmox-metrics/Cargo.toml index 42fb33a9..98e36838 100644 --- a/proxmox-metrics/Cargo.toml +++ b/proxmox-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-metrics" -version = "0.2.2" +version = "0.3.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-metrics/debian/changelog b/proxmox-metrics/debian/changelog index a6741dc7..98924098 100644 --- a/proxmox-metrics/debian/changelog +++ b/proxmox-metrics/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-metrics (0.3.0-1) bookworm; urgency=medium + + * update proxmox-http to 0.9.0 + + * rebuild for Debian 12 bookworm release series + + -- Proxmox Support Team Tue, 23 May 2023 11:56:53 +0200 + rust-proxmox-metrics (0.2.2-1) unstable; urgency=medium * update to proxmox-http 0.8 diff --git a/proxmox-metrics/debian/control b/proxmox-metrics/debian/control index 6039b03d..fe5bc704 100644 --- a/proxmox-metrics/debian/control +++ b/proxmox-metrics/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 12), librust-hyper-0.14+default-dev (>= 0.14.5-~~) , librust-openssl-0.10+default-dev , librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) , - librust-proxmox-http-0.8+client-dev , - librust-proxmox-http-0.8+default-dev , + librust-proxmox-http-0.9+client-dev , + librust-proxmox-http-0.9+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev , librust-tokio-1+default-dev (>= 1.6-~~) , @@ -37,8 +37,8 @@ Depends: librust-hyper-0.14+default-dev (>= 0.14.5-~~), librust-openssl-0.10+default-dev, librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~), - librust-proxmox-http-0.8+client-dev, - librust-proxmox-http-0.8+default-dev, + librust-proxmox-http-0.9+client-dev, + librust-proxmox-http-0.9+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev, librust-tokio-1+default-dev (>= 1.6-~~), @@ -48,10 +48,10 @@ Provides: librust-proxmox-metrics+default-dev (= ${binary:Version}), librust-proxmox-metrics-0-dev (= ${binary:Version}), librust-proxmox-metrics-0+default-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2+default-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2.2-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2.2+default-dev (= ${binary:Version}) + librust-proxmox-metrics-0.3-dev (= ${binary:Version}), + librust-proxmox-metrics-0.3+default-dev (= ${binary:Version}), + librust-proxmox-metrics-0.3.0-dev (= ${binary:Version}), + librust-proxmox-metrics-0.3.0+default-dev (= ${binary:Version}) Description: Metrics Server export utilitites - Rust source code This package contains the source for the Rust proxmox-metrics crate, packaged by debcargo for use with cargo and dh-cargo.