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:
committed by
Wolfgang Bumiller
parent
0d7873cf09
commit
b066586a47
@ -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::{
|
||||
|
Reference in New Issue
Block a user