mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 22:38:06 +00:00
bump proxmox-metrics to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
77ea32cc5a
commit
98811ba9f1
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-metrics"
|
name = "proxmox-metrics"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
@ -10,12 +10,13 @@ exclude = [ "debian" ]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
tokio = { version = "1.0", features = [ "net", "sync" ] }
|
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
serde = "1.0"
|
|
||||||
serde_json = "1.0"
|
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
openssl = "0.10"
|
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-async = { path = "../proxmox-async", features = [], version = "0.4" }
|
||||||
|
proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" }
|
||||||
|
@ -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
|
rust-proxmox-metrics (0.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* initial package
|
* initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user