]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump proxmox dependency to 0.13.0
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 24 Aug 2021 13:32:27 +0000 (15:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 25 Aug 2021 08:43:58 +0000 (10:43 +0200)
and with it:
* bump proxmox-http dependency to 0.4.0
* bump proxmox-apt dependency to 0.7.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
pbs-api-types/Cargo.toml
pbs-client/Cargo.toml
pbs-datastore/Cargo.toml
pbs-fuse-loop/Cargo.toml
pbs-systemd/Cargo.toml
pbs-tools/Cargo.toml
pxar-bin/Cargo.toml

index 156149dc8b6b510685033f0b6ee039bded3d66ac..0c2a07b4d1997ea3f46c83d1fc99fb5407196af0 100644 (file)
@@ -88,10 +88,10 @@ crossbeam-channel = "0.5"
 pathpatterns = "0.1.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
-proxmox = { version = "0.12.1", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] }
+proxmox = { version = "0.13.0", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] }
 proxmox-acme-rs = "0.2.1"
-proxmox-apt = "0.6.0"
-proxmox-http = { version = "0.3.0", features = [ "client", "http-helpers", "websocket" ] }
+proxmox-apt = "0.7.0"
+proxmox-http = { version = "0.4.0", features = [ "client", "http-helpers", "websocket" ] }
 proxmox-openid = "0.6.1"
 
 pbs-api-types = { path = "pbs-api-types" }
index 4eb0574d301ff75b1cae7269c77f21cd6cc7ff60..15507328aabbbc2410d128e9d6325619cab991c5 100644 (file)
@@ -14,7 +14,7 @@ openssl = "0.10"
 regex = "1.2"
 serde = { version = "1.0", features = ["derive"] }
 
-proxmox = { version = "0.12.1", default-features = false, features = [ "api-macro" ] }
+proxmox = { version = "0.13.0", default-features = false, features = [ "api-macro" ] }
 
 pbs-systemd = { path = "../pbs-systemd" }
 pbs-tools = { path = "../pbs-tools" }
index c5bc8e6ceaadea172c32ee051e0e2e6590ae29ce..fb12636f5eb19ff39f060c77cb7e482c3e435ec8 100644 (file)
@@ -28,9 +28,9 @@ tower-service = "0.3.0"
 xdg = "2.2"
 
 pathpatterns = "0.1.2"
-proxmox = { version = "0.12.1", default-features = false, features = [ "cli" ] }
+proxmox = { version = "0.13.0", default-features = false, features = [ "cli" ] }
 proxmox-fuse = "0.1.1"
-proxmox-http = { version = "0.3.0", features = [ "client", "http-helpers", "websocket" ] }
+proxmox-http = { version = "0.4.0", features = [ "client", "http-helpers", "websocket" ] }
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
 pbs-api-types = { path = "../pbs-api-types" }
index addbf1d93617571ee636666b2b32600d879cda2f..924ba09f1db209c067c60ad78f56dcfd02dd4638 100644 (file)
@@ -23,7 +23,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
 pathpatterns = "0.1.2"
 pxar = "0.10.1"
 
-proxmox = { version = "0.12.1", default-features = false, features = [ "api-macro" ] }
+proxmox = { version = "0.13.0", default-features = false, features = [ "api-macro" ] }
 
 pbs-api-types = { path = "../pbs-api-types" }
 pbs-tools = { path = "../pbs-tools" }
index 3865e7620d36020cc614555db58abba4428db344..5865a463c3db5718809917de39e8ce8c7cb38412 100644 (file)
@@ -14,7 +14,7 @@ nix = "0.19.1"
 regex = "1.2"
 tokio = { version = "1.6", features = [] }
 
-proxmox = "0.12.1"
+proxmox = "0.13.0"
 proxmox-fuse = "0.1.1"
 
 pbs-tools = { path = "../pbs-tools" }
index 023d5149726b90b7f5772d51340ebe2db750013e..fcb604458fd64c01457ea4bc3fd183cb6c532fef 100644 (file)
@@ -11,6 +11,6 @@ bitflags = "1.2.1"
 lazy_static = "1.4"
 nom = "5.1"
 
-proxmox = { version = "0.12.1", default-features = false }
+proxmox = { version = "0.13.0", default-features = false }
 
 pbs-tools = { path = "../pbs-tools" }
index 80441ef1f3d41be455961c3358fb45be163d0bf1..3973613374ed02b7600b46ce6a46e944811a6dd4 100644 (file)
@@ -29,7 +29,7 @@ tokio = { version = "1.6", features = [ "fs", "io-util", "rt", "rt-multi-thread"
 url = "2.1"
 walkdir = "2"
 
-proxmox = { version = "0.12.1", default-features = false, features = [ "tokio" ] }
+proxmox = { version = "0.13.0", default-features = false, features = [ "tokio" ] }
 
 pbs-buildcfg = { path = "../pbs-buildcfg" }
 pbs-runtime = { path = "../pbs-runtime" }
index fc8a7f0fdf3846c0c34567da7beee47e8a36e6be..e1a47604044d8ad314a236923548ffe81e05bd1f 100644 (file)
@@ -16,7 +16,7 @@ serde_json = "1.0"
 tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
 
 pathpatterns = "0.1.2"
-proxmox = { version = "0.12.1", default-features = false, features = [] }
+proxmox = { version = "0.13.0", default-features = false, features = [] }
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
 pbs-client = { path = "../pbs-client" }