]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump proxmox-async dep to 0.4
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 21 Feb 2022 13:25:29 +0000 (14:25 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 21 Feb 2022 13:25:37 +0000 (14:25 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
pbs-client/Cargo.toml
pbs-tools/Cargo.toml
proxmox-backup-client/Cargo.toml
proxmox-file-restore/Cargo.toml
proxmox-rest-server/Cargo.toml
proxmox-restore-daemon/Cargo.toml
pxar-bin/Cargo.toml

index 710910ba80825d4625d2515c0fab5e3d42cf473b..f34167c8258e65b605238537e01744950e77f6c7 100644 (file)
@@ -109,7 +109,7 @@ proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] }
 
 proxmox-acme-rs = "0.4"
 proxmox-apt = "0.8.0"
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-openid = "0.9.0"
 
 pbs-api-types = { path = "pbs-api-types" }
index 2fef16c429e85b9ee83647cf687b55f53d49c3d6..893b8fb882691ee5c3eaf17d740a15e29bffc956 100644 (file)
@@ -30,7 +30,7 @@ xdg = "2.2"
 
 pathpatterns = "0.1.2"
 
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-compression = "0.1"
 proxmox-fuse = "0.1.1"
 proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] }
index 770d87131032ea48b2d0ebca2a2e592bd8bc8422..bd1386940c40f186d235b43b110e447c2cb48fe9 100644 (file)
@@ -33,7 +33,7 @@ walkdir = "2"
 zstd = { version = "0.6", features = [ "bindgen" ] }
 
 #proxmox = { version = "0.15.3", default-features = false, features = [ "tokio" ] }
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-borrow = "1"
 proxmox-io = { version = "1", features = [ "tokio" ] }
 proxmox-lang = { version = "1.1" }
index de6a852c1b6be0b8658eae9bb48d89407f11b106..70dbb511567e32fcbf6026543bc45019d66f94af 100644 (file)
@@ -22,7 +22,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
 pathpatterns = "0.1.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-io = "1.0.1"
 proxmox-router = { version = "1.1", features = [ "cli" ] }
 proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
index ae0b37e434da9d6e30517a22fb1929b0cc92bc6d..2133c1ea4f90fb6f1242dbb8c3310d1b24138083 100644 (file)
@@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "io-std", "rt", "rt-multi-thread", "time
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
 #proxmox = { version = "0.15.3" }
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-lang = "1.1"
 proxmox-router = { version = "1.1", features = [ "cli" ] }
 proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
index 8200c7d5efc461bb0d0380027514118a578af405..2b99abe016569f8bc7be20c4eebebb32111aed96 100644 (file)
@@ -31,7 +31,7 @@ tower-service = "0.3.0"
 url = "2.1"
 
 #proxmox = "0.15.3"
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-compression = "0.1"
 proxmox-io = "1"
 proxmox-lang = "1.1"
index 088372bef6b10bcd1dc62992e29b92d9cbac50a8..21db428ea53a63b37e3f7093eaac671d4534de02 100644 (file)
@@ -26,7 +26,7 @@ tokio-util = { version = "0.6", features = [ "codec", "io" ] }
 pathpatterns = "0.1.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-compression = "0.1"
 proxmox-router = { version = "1.1", features = [ "cli" ] }
 proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
index c0fd3bf8b3ed47ef6b4ad443bec1f23a52516065..5681eb4b3180bf46c09009fbe057693bfbbb1df4 100644 (file)
@@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
 
 pathpatterns = "0.1.2"
 #proxmox = "0.15.3"
-proxmox-async = "0.3"
+proxmox-async = "0.4"
 proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
 proxmox-router = "1.1"
 proxmox-sys = "0.2"