bump proxmox-lang dep to 1.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f26d7ca5c5
commit
229c1788c1
|
@ -95,7 +95,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
|||
|
||||
proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] }
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.2", features = [ "api-macro" ] }
|
||||
proxmox-section-config = "1"
|
||||
|
|
|
@ -35,7 +35,7 @@ proxmox-compression = "0.1"
|
|||
proxmox-fuse = "0.1.1"
|
||||
proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] }
|
||||
proxmox-io = { version = "1.0.1", features = [ "tokio" ] }
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-schema = "1.1"
|
||||
proxmox-time = "1"
|
||||
|
|
|
@ -17,7 +17,7 @@ regex = "1.5"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", default-features = false }
|
||||
proxmox-schema = "1.1"
|
||||
proxmox-section-config = "1"
|
||||
|
|
|
@ -28,7 +28,7 @@ pxar = "0.10.1"
|
|||
|
||||
proxmox-borrow = "1"
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-uuid = "1"
|
||||
|
|
|
@ -20,7 +20,7 @@ regex = "1.5"
|
|||
udev = "0.4"
|
||||
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
# api-macro is only used by the binaries, so maybe we should split them out
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
|
|
|
@ -36,7 +36,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
|
|||
proxmox-async = "0.3"
|
||||
proxmox-borrow = "1"
|
||||
proxmox-io = { version = "1", features = [ "tokio" ] }
|
||||
proxmox-lang = { version = "1" }
|
||||
proxmox-lang = { version = "1.1" }
|
||||
proxmox-time = { version = "1" }
|
||||
proxmox-sys = "0.2"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
|||
|
||||
#proxmox = { version = "0.15.3" }
|
||||
proxmox-async = "0.3"
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
|
|
|
@ -34,7 +34,7 @@ url = "2.1"
|
|||
proxmox-async = "0.3"
|
||||
proxmox-compression = "0.1"
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-http = { version = "0.6", features = [ "client" ] }
|
||||
proxmox-router = "1.1"
|
||||
proxmox-schema = { version = "1.2", features = [ "api-macro", "upid-api-impl" ] }
|
||||
|
|
Loading…
Reference in New Issue