diff --git a/debian/control b/debian/control index bb08e7da..f64de3f0 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-apt-0.8+default-dev, librust-proxmox-async-0.4+default-dev, librust-proxmox-borrow-1+default-dev, - librust-proxmox-compression-0.1+default-dev, + librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-http-0.6+client-dev, librust-proxmox-http-0.6+default-dev, diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index ced40ac0..c63556d1 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -32,7 +32,7 @@ xdg = "2.2" pathpatterns = "0.1.2" proxmox-async = "0.4" -proxmox-compression = "0.1" +proxmox-compression = "0.1.1" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = { version = "1.0.1", features = [ "tokio" ] } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 65a0ed96..28857da7 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -33,7 +33,7 @@ url = "2.1" #proxmox = "0.15.3" proxmox-async = "0.4" -proxmox-compression = "0.1" +proxmox-compression = "0.1.1" proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 2a337cb0..80f06c3f 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -27,7 +27,7 @@ pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox-async = "0.4" -proxmox-compression = "0.1" +proxmox-compression = "0.1.1" proxmox-router = { version = "1.2", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1"