bump proxmox-schema dependency to 1.3.1 for streaming attribute
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
97c5095486
commit
e734143380
@ -7,7 +7,7 @@ description = "REST server implementation"
|
||||
|
||||
# for example
|
||||
[dev-dependencies]
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
|
||||
tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] }
|
||||
|
||||
[dependencies]
|
||||
@ -38,6 +38,6 @@ proxmox-io = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-http = { version = "0.6", features = [ "client" ] }
|
||||
proxmox-router = "1.2"
|
||||
proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] }
|
||||
proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] }
|
||||
proxmox-time = "1"
|
||||
proxmox-sys = "0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user