depend on proxmox-async 0.2

This commit is contained in:
Dietmar Maurer
2021-11-20 17:14:02 +01:00
parent bf298a16ef
commit 92a8f0bc82
12 changed files with 12 additions and 12 deletions

View File

@ -23,7 +23,7 @@ use proxmox_router::{
use proxmox_schema::*;
use proxmox_sys::{task_log, task_warn};
use proxmox_async::blocking::WrappedReaderStream;
use proxmox_async::stream::{AsyncReaderStream, AsyncChannelWriter};
use proxmox_async::{io::AsyncChannelWriter, stream::AsyncReaderStream};
use pxar::accessor::aio::Accessor;
use pxar::EntryKind;