depend on new 'proxmox-compression' crate
the compression utilities live there now Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fb27e132e7
commit
13408babad
@ -32,6 +32,7 @@ url = "2.1"
|
||||
|
||||
#proxmox = "0.15.3"
|
||||
proxmox-async = "0.3"
|
||||
proxmox-compression = "0.1"
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1"
|
||||
proxmox-http = { version = "0.6", features = [ "client" ] }
|
||||
|
@ -30,7 +30,7 @@ use proxmox_schema::{ObjectSchemaType, ParameterSchema};
|
||||
|
||||
use proxmox_http::client::RateLimitedStream;
|
||||
|
||||
use proxmox_async::compression::{DeflateEncoder, Level};
|
||||
use proxmox_compression::{DeflateEncoder, Level};
|
||||
use proxmox_async::stream::AsyncReaderStream;
|
||||
|
||||
use crate::{
|
||||
|
Loading…
Reference in New Issue
Block a user