From 8a90efba688d02637c59e2da393cf527455bc573 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 30 Jan 2023 11:35:52 +0100 Subject: [PATCH] bump proxmox-metrics to 0.2.2 to update proxmox-http dep to 0.8 Signed-off-by: Wolfgang Bumiller --- proxmox-metrics/Cargo.toml | 2 +- proxmox-metrics/debian/changelog | 6 ++++++ proxmox-metrics/debian/control | 12 ++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/proxmox-metrics/Cargo.toml b/proxmox-metrics/Cargo.toml index 7c2556fe..42fb33a9 100644 --- a/proxmox-metrics/Cargo.toml +++ b/proxmox-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-metrics" -version = "0.2.1" +version = "0.2.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-metrics/debian/changelog b/proxmox-metrics/debian/changelog index 5813ff80..a6741dc7 100644 --- a/proxmox-metrics/debian/changelog +++ b/proxmox-metrics/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-metrics (0.2.2-1) unstable; urgency=medium + + * update to proxmox-http 0.8 + + -- Proxmox Support Team Mon, 30 Jan 2023 11:35:17 +0100 + rust-proxmox-metrics (0.2.1-1) unstable; urgency=medium * update to proxmox-http 0.7 diff --git a/proxmox-metrics/debian/control b/proxmox-metrics/debian/control index 03119e18..6039b03d 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.7+client-dev , - librust-proxmox-http-0.7+default-dev , + librust-proxmox-http-0.8+client-dev , + librust-proxmox-http-0.8+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.7+client-dev, - librust-proxmox-http-0.7+default-dev, + librust-proxmox-http-0.8+client-dev, + librust-proxmox-http-0.8+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev, librust-tokio-1+default-dev (>= 1.6-~~), @@ -50,8 +50,8 @@ Provides: 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.1-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2.1+default-dev (= ${binary:Version}) + librust-proxmox-metrics-0.2.2-dev (= ${binary:Version}), + librust-proxmox-metrics-0.2.2+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.