]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-schema dependency to 1.3.1 for streaming attribute
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Apr 2022 06:20:27 +0000 (08:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Apr 2022 06:20:27 +0000 (08:20 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-rest-server/Cargo.toml

index f2bff193e76f3bb7998d2177853dab65306f076f..65a0ed96191b24940419968921896b642d9e1e04 100644 (file)
@@ -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"