diff --git a/Cargo.toml b/Cargo.toml index b715d66b..a6e0ee35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,10 +96,10 @@ zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox = { version = "0.13.5", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } +proxmox = { version = "0.14.0", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } proxmox-acme-rs = "0.2.1" proxmox-apt = "0.7.0" -proxmox-http = { version = "0.4.0", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.5.0", features = [ "client", "http-helpers", "websocket" ] } proxmox-openid = "0.7.0" pbs-api-types = { path = "pbs-api-types" } diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index 4bd7b136..ade37721 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -14,7 +14,7 @@ openssl = "0.10" regex = "1.2" serde = { version = "1.0", features = ["derive"] } -proxmox = { version = "0.13.5", default-features = false, features = [ "api-macro" ] } +proxmox-schema = { version = "1.0.0", features = [ "api-macro" ] } proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" } proxmox-systemd = { path = "../proxmox-systemd" } diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 83ef65a9..58da9f30 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -28,9 +28,9 @@ tower-service = "0.3.0" xdg = "2.2" pathpatterns = "0.1.2" -proxmox = { version = "0.13.5", default-features = false, features = [ "cli" ] } +proxmox = { version = "0.14.0", default-features = false, features = [ "cli" ] } proxmox-fuse = "0.1.1" -proxmox-http = { version = "0.4.0", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.5.0", features = [ "client", "http-helpers", "websocket" ] } pxar = { version = "0.10.1", features = [ "tokio-io" ] } pbs-api-types = { path = "../pbs-api-types" } diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index 7936686a..51b4bd8b 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -16,7 +16,7 @@ nix = "0.19.1" regex = "1.2" once_cell = "1.3.1" -proxmox = { version = "0.13.5", default-features = false, features = [ "cli" ] } +proxmox = { version = "0.14.0", default-features = false, features = [ "cli" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index 45c0d276..52b9278b 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -25,7 +25,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" pxar = "0.10.1" -proxmox = { version = "0.13.5", default-features = false, features = [ "api-macro" ] } +proxmox = { version = "0.14.0", default-features = false, features = [ "api-macro" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-fuse-loop/Cargo.toml b/pbs-fuse-loop/Cargo.toml index 337ab9bd..b9e30d21 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -14,7 +14,7 @@ nix = "0.19.1" regex = "1.2" tokio = { version = "1.6", features = [] } -proxmox = "0.13.5" +proxmox = "0.14.0" proxmox-fuse = "0.1.1" pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-tape/Cargo.toml b/pbs-tape/Cargo.toml index 9224cee2..461fbb93 100644 --- a/pbs-tape/Cargo.toml +++ b/pbs-tape/Cargo.toml @@ -18,7 +18,7 @@ bitflags = "1.2.1" regex = "1.2" udev = ">= 0.3, <0.5" -proxmox = { version = "0.13.5", default-features = false, features = [] } +proxmox = { version = "0.14.0", default-features = false, features = [] } pbs-api-types = { path = "../pbs-api-types" } pbs-tools = { path = "../pbs-tools" } diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index 7a33ab5e..0ff71545 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -15,6 +15,7 @@ endian_trait = { version = "0.6", features = ["arrays"] } flate2 = "1.0" foreign-types = "0.3" futures = "0.3" +hex = "0.4" lazy_static = "1.4" libc = "0.2" log = "0.4" @@ -31,7 +32,10 @@ url = "2.1" walkdir = "2" zstd = { version = "0.6", features = [ "bindgen" ] } -proxmox = { version = "0.13.5", default-features = false, features = [ "tokio" ] } +proxmox = { version = "0.14.0", default-features = false, features = [ "tokio" ] } +proxmox-io = { version = "1.0.0" } +proxmox-lang = { version = "1.0.0" } +proxmox-time = { version = "1.0.0" } pbs-buildcfg = { path = "../pbs-buildcfg" } pbs-runtime = { path = "../pbs-runtime" } diff --git a/proxmox-backup-client/Cargo.toml b/proxmox-backup-client/Cargo.toml index 0b1d7f3b..03d2c0ed 100644 --- a/proxmox-backup-client/Cargo.toml +++ b/proxmox-backup-client/Cargo.toml @@ -22,7 +22,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox = { version = "0.13.5", features = [ "sortable-macro", "api-macro", "cli", "router" ] } +proxmox = { version = "0.14.0", features = [ "sortable-macro", "api-macro", "cli", "router" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 382aa34f..a9256a29 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.6", features = [ "io-std", "rt", "rt-multi-thread", "time pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox = { version = "0.13.5", features = [ "api-macro", "cli" ] } +proxmox = { version = "0.14.0", features = [ "api-macro", "cli" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 8fa1a79f..2af3ba35 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -7,7 +7,7 @@ description = "REST server implementation" # for example [dev-dependencies] -proxmox = { version = "0.13", features = ["router","api-macro"] } +proxmox = { version = "0.14.0", features = ["router","api-macro"] } tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] } [dependencies] @@ -30,7 +30,7 @@ tokio-openssl = "0.6.1" tower-service = "0.3.0" url = "2.1" -proxmox = { version = "0.13.5", features = [ "router"] } +proxmox = { version = "0.14.0", features = [ "router"] } # fixme: remove this dependency (pbs_tools::broadcast_future) pbs-tools = { path = "../pbs-tools" } diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 3fbf552e..e44717da 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -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 = { version = "0.13.5", features = [ "router", "sortable-macro" ] } +proxmox = { version = "0.14.0", features = [ "router", "sortable-macro" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-runtime = { path = "../pbs-runtime" } diff --git a/proxmox-rrd-api-types/Cargo.toml b/proxmox-rrd-api-types/Cargo.toml index eaae9a90..0eec1c49 100644 --- a/proxmox-rrd-api-types/Cargo.toml +++ b/proxmox-rrd-api-types/Cargo.toml @@ -8,4 +8,4 @@ description = "API type definitions for proxmox-rrd crate." [dependencies] serde = { version = "1.0", features = [] } -proxmox = { version = "0.13.5", features = ["api-macro"] } +proxmox = { version = "0.14.0", features = ["api-macro"] } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 19db5bf6..de9dcfe3 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -10,6 +10,6 @@ anyhow = "1.0" bitflags = "1.2.1" log = "0.4" -proxmox = { version = "0.13.5", features = ["api-macro"] } +proxmox = { version = "0.14.0", features = ["api-macro"] } proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" } diff --git a/proxmox-systemd/Cargo.toml b/proxmox-systemd/Cargo.toml index ea715bf4..236b237f 100644 --- a/proxmox-systemd/Cargo.toml +++ b/proxmox-systemd/Cargo.toml @@ -11,6 +11,6 @@ bitflags = "1.2.1" lazy_static = "1.4" nom = "5.1" -proxmox = { version = "0.13.5", default-features = false } +proxmox = { version = "0.14.0", default-features = false } #pbs-tools = { path = "../pbs-tools" } diff --git a/pxar-bin/Cargo.toml b/pxar-bin/Cargo.toml index 036645d7..6b77fd11 100644 --- a/pxar-bin/Cargo.toml +++ b/pxar-bin/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0" tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] } pathpatterns = "0.1.2" -proxmox = { version = "0.13.5", default-features = false, features = [] } +proxmox = { version = "0.14.0", default-features = false, features = [] } pxar = { version = "0.10.1", features = [ "tokio-io" ] } pbs-client = { path = "../pbs-client" }