bump proxmox-async dep to 0.4
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
229c1788c1
commit
9c890d72b9
|
@ -109,7 +109,7 @@ proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] }
|
|||
|
||||
proxmox-acme-rs = "0.4"
|
||||
proxmox-apt = "0.8.0"
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-openid = "0.9.0"
|
||||
|
||||
pbs-api-types = { path = "pbs-api-types" }
|
||||
|
|
|
@ -30,7 +30,7 @@ xdg = "2.2"
|
|||
|
||||
pathpatterns = "0.1.2"
|
||||
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-compression = "0.1"
|
||||
proxmox-fuse = "0.1.1"
|
||||
proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] }
|
||||
|
|
|
@ -33,7 +33,7 @@ walkdir = "2"
|
|||
zstd = { version = "0.6", features = [ "bindgen" ] }
|
||||
|
||||
#proxmox = { version = "0.15.3", default-features = false, features = [ "tokio" ] }
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-borrow = "1"
|
||||
proxmox-io = { version = "1", features = [ "tokio" ] }
|
||||
proxmox-lang = { version = "1.1" }
|
||||
|
|
|
@ -22,7 +22,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
|
|||
pathpatterns = "0.1.2"
|
||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-io = "1.0.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
|
|
|
@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "io-std", "rt", "rt-multi-thread", "time
|
|||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
#proxmox = { version = "0.15.3" }
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
|
|
|
@ -31,7 +31,7 @@ tower-service = "0.3.0"
|
|||
url = "2.1"
|
||||
|
||||
#proxmox = "0.15.3"
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-compression = "0.1"
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1.1"
|
||||
|
|
|
@ -26,7 +26,7 @@ tokio-util = { version = "0.6", features = [ "codec", "io" ] }
|
|||
pathpatterns = "0.1.2"
|
||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-compression = "0.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
|
|
|
@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
|
|||
|
||||
pathpatterns = "0.1.2"
|
||||
#proxmox = "0.15.3"
|
||||
proxmox-async = "0.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
proxmox-router = "1.1"
|
||||
proxmox-sys = "0.2"
|
||||
|
|
Loading…
Reference in New Issue