]> git.proxmox.com Git - proxmox-backup.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>
Cargo.toml
pbs-client/Cargo.toml
pbs-config/Cargo.toml
pbs-datastore/Cargo.toml
pbs-tape/Cargo.toml
proxmox-backup-client/Cargo.toml
proxmox-file-restore/Cargo.toml
proxmox-rest-server/Cargo.toml
proxmox-restore-daemon/Cargo.toml
proxmox-rrd/Cargo.toml
pxar-bin/Cargo.toml

index 8da159f2a4de6f6ca724c5a4ecd0999525aae33c..26e094a4a0a851b2e8e0a2c799179cd3abd320b3 100644 (file)
@@ -97,7 +97,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc
 proxmox-io = "1"
 proxmox-lang = "1.1"
 proxmox-router = { version = "1.2", features = [ "cli" ] }
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-section-config = "1"
 proxmox-tfa = { version = "2", features = [ "api", "api-types" ] }
 proxmox-time = "1.1.2"
index 94fefe1b961e6ad3aa930b63e4f8bc2bd12cb566..ced40ac05c64ad51b65376e2ce2529c409162cad 100644 (file)
@@ -38,7 +38,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc
 proxmox-io = { version = "1.0.1", features = [ "tokio" ] }
 proxmox-lang = "1.1"
 proxmox-router = { version = "1.2", features = [ "cli" ] }
-proxmox-schema = "1.3"
+proxmox-schema = "1.3.1"
 proxmox-time = "1"
 proxmox-sys = "0.2"
 
index bacadf61eaaeaa004b0b4405b1502ae6aa31d97c..1e43bd9f9d3aad03e25bd9c23b52125e68d076c7 100644 (file)
@@ -19,7 +19,7 @@ serde_json = "1.0"
 
 proxmox-lang = "1.1"
 proxmox-router = { version = "1.2", default-features = false }
-proxmox-schema = "1.3"
+proxmox-schema = "1.3.1"
 proxmox-section-config = "1"
 proxmox-time = "1"
 proxmox-serde = "0.1"
index 60206ffaab7180f62fa5098b6a06cdfffb353359..89101edf6728be23daef59146afdde2660c42ab7 100644 (file)
@@ -29,7 +29,7 @@ pxar = "0.10.1"
 proxmox-borrow = "1"
 proxmox-io = "1"
 proxmox-lang = "1.1"
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-uuid = "1"
 proxmox-sys = "0.2"
index f0164db4492de0692364f51a67e158083c2cb54e..3906f25ac885441f5ded7456f92abb05d0e5d7a8 100644 (file)
@@ -22,7 +22,7 @@ udev = "0.4"
 proxmox-io = "1"
 proxmox-lang = "1.1"
 # api-macro is only used by the binaries, so maybe we should split them out
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-uuid = "1"
 
index fd05b1a124504c181a32c62203c1d0693b254546..a8fe398ecedb2f6e47d8ef2a950d341acd54eeb3 100644 (file)
@@ -25,7 +25,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 proxmox-async = "0.4"
 proxmox-io = "1.0.1"
 proxmox-router = { version = "1.2", features = [ "cli" ] }
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-sys = { version = "0.2.1",  features = [ "sortable-macro" ] }
 
index 0731bb9874b82843a89d7e319285c5810c7e80ba..81eb7299c442321b425a98d7bea1d56396b5e093 100644 (file)
@@ -20,7 +20,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 proxmox-async = "0.4"
 proxmox-lang = "1.1"
 proxmox-router = { version = "1.2", features = [ "cli" ] }
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-uuid = "1"
 proxmox-sys = "0.2"
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"
index 5ae4da4fe4acfa65b6db83eec5e906014224119b..2a337cb0a14881c62f3b579c50b00f90dfc3008f 100644 (file)
@@ -29,7 +29,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 proxmox-async = "0.4"
 proxmox-compression = "0.1"
 proxmox-router = { version = "1.2", features = [ "cli" ] }
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-sys = { version = "0.2",  features = [ "sortable-macro" ] }
 
index 7b2cfaefd5094189bd36cdaccfc3e17f06c58d44..d1332699d214c4f134f640b1fcf96920b88c4e9c 100644 (file)
@@ -21,5 +21,5 @@ serde_cbor = "0.11.1"
 
 #proxmox = { version = "0.15.3" }
 proxmox-time = "1"
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-sys = "0.2"
\ No newline at end of file
index cfe3b35eee9ffb385e095290a84a942bebc7f071..5773d96f7038cc28cbde7d9586854ab1f25c1405 100644 (file)
@@ -18,7 +18,7 @@ tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
 pathpatterns = "0.1.2"
 #proxmox = "0.15.3"
 proxmox-async = "0.4"
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-router = "1.2"
 proxmox-sys = "0.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }