bump proxmox-metrics to 0.1.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-22 09:00:39 +01:00
parent 77ea32cc5a
commit 98811ba9f1
2 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-metrics"
version = "0.1.0"
version = "0.1.1"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
@ -10,12 +10,13 @@ exclude = [ "debian" ]
[dependencies]
anyhow = "1.0"
tokio = { version = "1.0", features = [ "net", "sync" ] }
futures = "0.3"
serde = "1.0"
serde_json = "1.0"
http = "0.2"
hyper = "0.14"
openssl = "0.10"
proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" }
serde = "1.0"
serde_json = "1.0"
tokio = { version = "1.0", features = [ "net", "sync" ] }
proxmox-async = { path = "../proxmox-async", features = [], version = "0.4" }
proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" }

View File

@ -1,3 +1,9 @@
rust-proxmox-metrics (0.1.1-1) unstable; urgency=medium
* bump proxmox-async dependency to 0.4
-- Proxmox Support Team <support@proxmox.com> Tue, 22 Feb 2022 09:00:16 +0100
rust-proxmox-metrics (0.1.0-1) unstable; urgency=medium
* initial package