bump proxmox-router dependency to 1.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b7c3eaa981
commit
fb6e48f402
|
@ -96,7 +96,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.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-router = { version = "1.2", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
proxmox-section-config = "1"
|
||||
proxmox-tfa = { version = "2", features = [ "api", "api-types" ] }
|
||||
|
|
|
@ -37,7 +37,7 @@ 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.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-router = { version = "1.2", features = [ "cli" ] }
|
||||
proxmox-schema = "1.3"
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = "0.2"
|
||||
|
|
|
@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", default-features = false }
|
||||
proxmox-router = { version = "1.2", default-features = false }
|
||||
proxmox-schema = "1.3"
|
||||
proxmox-section-config = "1"
|
||||
proxmox-time = "1"
|
||||
|
|
|
@ -27,7 +27,7 @@ proxmox-time = "1"
|
|||
proxmox-uuid = "1"
|
||||
|
||||
# router::cli is only used by binaries, so maybe we should split them out
|
||||
proxmox-router = "1.1"
|
||||
proxmox-router = "1.2"
|
||||
proxmox-sys = "0.2"
|
||||
|
||||
pbs-api-types = { path = "../pbs-api-types" }
|
||||
|
|
|
@ -24,7 +24,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
|||
|
||||
proxmox-async = "0.4"
|
||||
proxmox-io = "1.0.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-router = { version = "1.2", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = { version = "0.2.1", features = [ "sortable-macro" ] }
|
||||
|
|
|
@ -19,7 +19,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
|||
#proxmox = { version = "0.15.3" }
|
||||
proxmox-async = "0.4"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-router = { version = "1.2", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-uuid = "1"
|
||||
|
|
|
@ -37,7 +37,7 @@ proxmox-compression = "0.1"
|
|||
proxmox-io = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-http = { version = "0.6", features = [ "client" ] }
|
||||
proxmox-router = "1.1"
|
||||
proxmox-router = "1.2"
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = "0.2"
|
||||
|
|
|
@ -28,7 +28,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
|||
|
||||
proxmox-async = "0.4"
|
||||
proxmox-compression = "0.1"
|
||||
proxmox-router = { version = "1.1", features = [ "cli" ] }
|
||||
proxmox-router = { version = "1.2", features = [ "cli" ] }
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] }
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
description = "Simple RRD database implementation."
|
||||
|
||||
[dev-dependencies]
|
||||
proxmox-router = "1.1"
|
||||
proxmox-router = "1.2"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -19,7 +19,7 @@ pathpatterns = "0.1.2"
|
|||
#proxmox = "0.15.3"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
proxmox-router = "1.1"
|
||||
proxmox-router = "1.2"
|
||||
proxmox-sys = "0.2"
|
||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue