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

@ -26,6 +26,7 @@ pathpatterns = "0.1.2"
pxar = "0.10.1"
proxmox = "0.14.0"
proxmox-borrow = "1"
proxmox-io = "1"
proxmox-lang = "1"
proxmox-schema = { version = "1", features = [ "api-macro" ] }

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> {