diff --git a/proxmox-metrics/Cargo.toml b/proxmox-metrics/Cargo.toml index 72f28b78..45e224b0 100644 --- a/proxmox-metrics/Cargo.toml +++ b/proxmox-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-metrics" -version = "0.1.0" +version = "0.1.1" authors = ["Proxmox Support Team "] 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" } diff --git a/proxmox-metrics/debian/changelog b/proxmox-metrics/debian/changelog index dfda9c8e..c0934693 100644 --- a/proxmox-metrics/debian/changelog +++ b/proxmox-metrics/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-metrics (0.1.1-1) unstable; urgency=medium + + * bump proxmox-async dependency to 0.4 + + -- Proxmox Support Team Tue, 22 Feb 2022 09:00:16 +0100 + rust-proxmox-metrics (0.1.0-1) unstable; urgency=medium * initial package