pbs-tools: drop borrow module

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-10-13 10:40:50 +02:00
parent b3f279e2d9
commit 5a8726e6d2
7 changed files with 7 additions and 64 deletions

View File

@ -2,7 +2,8 @@ use anyhow::{Error};
use std::sync::Arc;
use std::io::Read;
use pbs_tools::borrow::Tied;
use proxmox_borrow::Tied;
use pbs_tools::crypt_config::CryptConfig;
pub struct ChecksumReader<R> {

View File

@ -3,7 +3,8 @@ use std::io::Write;
use anyhow::{Error};
use pbs_tools::borrow::Tied;
use proxmox_borrow::Tied;
use pbs_tools::crypt_config::CryptConfig;
pub struct ChecksumWriter<W> {